generator-react-redux-express

Yeoman generator for using React, Redux, Express with Webpack via Babel

Usage no npm install needed!

<script type="module">
  import generatorReactReduxExpress from 'https://cdn.skypack.dev/generator-react-redux-express';
</script>

README

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