1.0.1 • Published 7 years ago
generator-rrw v1.0.1
generator-rrw
Generates a starting point for a React, Redux and Webpack app with Babel and Skeleton.css.
This is made for quick prototyping and Proof of Concept projects. No tests whatsoever...
Install
First, install Yeoman and generator-rrw using npm (I assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rrw
Usage
Initialy you need to generate the application:
$ mkdir myApp && cd $_
$ yo rrw
Then you can start the dev environment
$ npm run dev
Build the app
$ npm run build