Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technicallyjosh/generator-react-redux-simple
Yeoman generator for a simple React/Redux application using Koa as the server.
https://github.com/technicallyjosh/generator-react-redux-simple
Last synced: about 1 month ago
JSON representation
Yeoman generator for a simple React/Redux application using Koa as the server.
- Host: GitHub
- URL: https://github.com/technicallyjosh/generator-react-redux-simple
- Owner: technicallyjosh
- License: mit
- Created: 2016-09-06T21:22:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T23:35:15.000Z (over 8 years ago)
- Last Synced: 2024-11-14T21:52:07.673Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-react-redux-simple
[![npm version](https://badge.fury.io/js/generator-react-redux-simple.svg)](https://badge.fury.io/js/generator-react-redux-simple) [![Build Status](https://travis-ci.org/technicallyjosh/generator-react-redux-simple.svg?branch=master)](https://travis-ci.org/technicallyjosh/generator-react-redux-simple)
This is a simple [yeoman](http://yeoman.io) generator of a single page application using React, Redux, and Koa.
## Installation
**NodeJS 4+ required**
```bash
npm install -g yo
npm install -g generator-react-redux-simple
```## Build It
```bash
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.
```bash
npm start
```### Step 2
Navigate to [http://localhost:8080](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
```bash
npm run build
node index.js
```### Step 2
Navigate to [http://localhost:8000](http://localhost:8000) in your browser.
## License
MIT © [Josh Newman]()
[npm-image]: https://badge.fury.io/js/generator-react-test.svg
[npm-url]: https://npmjs.org/package/generator-react-test
[travis-image]: https://travis-ci.org/technicallyjosh/generator-react-test.svg?branch=master
[travis-url]: https://travis-ci.org/technicallyjosh/generator-react-test
[daviddm-image]: https://david-dm.org/technicallyjosh/generator-react-test.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/technicallyjosh/generator-react-test