Project for create a FullStack boilerplate project to learn ReactJS using Redux over Express/Node API.
- Node
- Express
- React
- Redux
- Mocha
- Expect
- Enzyme
- jsdom
- ECMA2015/ES6
- Webpack
- Bootstrap
- Toastr
To install please execute:
npm install over the root of the project
To execute:
npm start -s this will start the project doing all the tasks (lint, tests, etc, and also keeping the watcher active)
To execute for production mode (distribution)
npm build