1.0.5 • Published 5 years ago

generator-react-node v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

generator-react-node NPM version Dependency Status

A kickstarter app generator for React and Node.js based application with redux, webpack, and babel

Generator Includes

  • React based scaffolding with basic "Hello World" app powered by Node.js server
  • Redux for global state handling, with actions and reducers flow setup
  • Built in view routing using React-router
  • REST service with express.js with sample apis
  • Babel to convert JSX and ES6
  • Webpack to bundle up things
  • Styles in Sass, with node-sass bundler

Installation

First, install Yeoman and generator-react-node using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-react-node

Then generate your new project:

yo react-node

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Jefree Sujit