generator-react-redux-express icon indicating copy to clipboard operation
generator-react-redux-express copied to clipboard

A generator with react,redux,mocha,express,es6

generator-react-redux-express

Amount of Downloads per month Dependency Tracker Dependency Tracker Node Version

Yeoman generator for ReactJS - lets you quickly set up a project including karma test runner and Webpack module system.

  • [x] React
  • [x] Redux
  • [x] React Router
  • [x] React Router Redux
  • [x] Babel
  • [x] PostCSS
  • [x] Less
  • [x] Scss
  • [x] Sass
  • [x] Stylus
  • [ ] ESLint TODO 2016/9/7
  • [x] Karma + mocha + chai
  • [x] live reload
  • [x] express
  • [x] pm2
  • [ ] database TODO 2016/9/7

Installation

# Make sure both is installed globally
npm install -g yo
npm install -g generator-react-redux-express

Setting up projects

# Create a new directory, and `cd` into it:
mkdir my-new-project && cd my-new-project

# Run the generator
yo react-redux-express

Thanks