0.0.2 • Published 8 years ago

slush-redux v0.0.2

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

Slush Redux

Generates a React, Redux project for you. This generated is based on react-redux-starter-kit

Installation

sudo npm install slush -g
sudo npm install slush-redux -g

Usage

  • Create a new folder for your project
  • Run the following commands:
slush redux
npm install

Development

npm start

Then open your browser at http://localhost:3000

Distribution

NODE_ENV=production npm run compile

Your compiled application will be in the dist folder

Testing

npm run test