slush-reduxdeprecated

Slush generator for redux projects, based on react-redux-starter-kit

Usage no npm install needed!

<script type="module">
  import slushRedux from 'https://cdn.skypack.dev/slush-redux';
</script>

README

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