Yeoman generator for ReactJS - lets you quickly set up a project including karma test runner and Webpack module system.
- React
- Redux
- React Router
- React Router Redux
- Babel
- PostCSS
- Less
- Scss
- Sass
- Stylus
- ESLint TODO 2016/9/7
- Karma + mocha + chai
- live reload
- express
- pm2
- database TODO 2016/9/7
# Make sure both is installed globally
npm install -g yo
npm install -g generator-react-redux-express
# Create a new directory, and `cd` into it:
mkdir my-new-project && cd my-new-project
# Run the generator
yo react-redux-express
- generator-react-fullstack
- generator-react-webpack
- antd React Components