1.0.5 • Published 8 years ago

generator-react-redux-simple v1.0.5

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

generator-react-redux-simple

npm version Build Status

This is a simple yeoman generator of a single page application using React, Redux, and Koa.

Installation

NodeJS 4+ required

npm install -g yo
npm install -g generator-react-redux-simple

Build It

mkdir my-application
cd my-application
yo react-redux-simple

Run It

Step 1

The following command will run webpack-dev-server on port 8080 with a proxy to port 8000.

npm start

Step 2

Navigate to http://localhost:8080 in your browser.

Compiling

When you are ready to compile and run directly off the server without webpack-dev-server, just do the following.

Step 1

npm run build
node index.js

Step 2

Navigate to http://localhost:8000 in your browser.

License

MIT © Josh Newman

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago