generator-react-fluxxor
v1.3.0
Published
generator for webapp built on express, react and fluxxor
Downloads
67
Maintainers
Readme
generator for webapp built on express, react and fluxxor
generator-react-fluxxor
- express & react & fluxxor
- gulp & webpack
- mongoose & redis
- authenticate using passport.js
- google analytics (set ga_uid at /client/analytics.js)
- error reporting to slack (set slack token, channel, and username at /routes/error/slack.js)
Install
$ npm install -g generator-react-fluxxor
Usage
$ mkdir project-directory
$ cd project-directory
$ yo react-fluxxor
$ npm install
$ npm run webpack
$ nodemon index.js
- execute in a project directory
- install dependencies by yourself
- set git repository by yourself
License
MIT © Dongwon Lim