0.1.2 • Published 8 years ago

generator-react-redux-express v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.

  • 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

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