Starting point for a front-end, back-end or full-stack project.
- General
- ES2015 (Babel)
- eslint
- Front end
- React
- Redux
- Sass
- Back end
- Express
- Bundling
- Webpack
- Testing
- Mocha
Fork this repository, then run
npm install
npm run dev
Starts webpack dev server (port 8080)
npm run build
Lints, tests, and runs full build on client and server