Quickly create and configure a new library or Node.js project
-
Updated
Jul 21, 2020 - TypeScript
{{ message }}
Quickly create and configure a new library or Node.js project
Example gatsby + netlify cms project
A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Simple React Webpack Babel Starter Kit
Vue.js 示例项目 · 简易留言板。本项目拥有完善的文档说明与注释,让您快速上手 Vue.js 开发 SPA。Webpack / ES6 + Babel / Vue Router / (Vue Resource?) / (Vue Validator?) / (Vuex?) —— An Excellent Vue Starter with Best Practice / 最佳实践
My best-practices-included universal frontend starter kit
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
I believe this was handled by the wipe-if-demo script in the demo but I needed to manually run it in production since I removed that script from the Procfile. Not a huge deal but figured I would at least document it here to save someone else some time as it threw me for a little loop when I got the Postgres error.
Got the following error when I tried to register since the worker schema was
I have tried the classic .env with REACT_APP prefix, but it does not work, I guess that is only for react-script.
Does this package it support something similar?
Thanks
Nest framework TypeScript starter
There is an import dependencie cycle between:
src/Interfaces/index.ts:
export * from '@Redux/IStore';
and
src/Redux/IStore.d.ts:
import { IHomePage } from '@Interfaces';
Eslint rule that detect the issue:
https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-cycle.md
A simple webpack starter without framework (Like Vue, React, Angular, etc.)
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
a React Native starter powered by dva and react-navigation
Startkit for HTML / CSS / JS pages layout.
I've seen plenty of folks use alternatives to SASS.
Such as:
So it might be nice to have a prompt such as Choose your CSS Preprocessor
Sent from my Pixel 2 using FastHub
Universal CSS for web printing
Chrome Extension TypeScript Starter
Using the --allow-unrelated-histories flag
Add a description, image, and links to the starter topic page so that developers can more easily learn about it.
To associate your repository with the starter topic, visit your repo's landing page and select "manage topics."
Any refrence on how to enable swagger documentation on the express routes ?