Fancy Newstangles
Using:
- Express as web-server
- React as view layer
- Flux as front-end architecture
- Jest as Unit Testing framework
- PureCSS as CSS framework
- Webpack as builfing tool
- MongoDB with Mongoose ODM
Usage for development:
$ npm install
$ npm run build
$ npm start
Usage for development:
$ npm install
$ npm run build-production
$ npm run production