This project is a starter kit project created to quickly help bootstrap an Application with the tech stack listed below.
- Node/Express (Hbs)
- React + React Router + Redux
- Babel 6
- Gulp
- Webpack
- Unit tests (Karma + Mocha + Chai + Sinon)
It is built to easily add or remove modules.
You can know more in a few words of why these tools.
- Node.js v5.0
To install dependencies
npm installThen
npm startGo to http://localhost:3000/
Compile sass for development
gulp sass:devCompile sass for production
gulp sass:prodRun webpack development
gulp webpack:devRun webpack production
gulp webpack:prodWatch js to run webpack and watch sass to run gulp sass
gulp watchBuild SASS and JS to production
gulp buildFirst, building, testing, and reporting bugs is highly appreciated. Please include console's output and steps to reproduce the problem in your bug report if possible.
Please follow the contribution guidelines