Example github fetch built with Node, React, Redux, Redux Saga and Webpack.
This github project was scaffolded by:
You can view the built result in the dist folder. Just open index.html
.
- Install node >4.x
# Install application dependencies
npm install
The basics are:
npm run start
: Will start up the dev webservernpm run test
: Run unit testsnpm run dist
: Create the packed version