An open API service indexing awesome lists of open source software.

https://github.com/jerray/react-reflux-browserify-kickstart

React application kickstart. Using reflux and build with browserify.
https://github.com/jerray/react-reflux-browserify-kickstart

Last synced: 9 months ago
JSON representation

React application kickstart. Using reflux and build with browserify.

Awesome Lists containing this project

README

          

## Usage

### Get start

```sh
git clone https://github.com/7lemon/react-reflux-browserify-kickstart.git myproject
cd myproject
npm install
npm install -g browserify watchify uglify-js
```

### Build

```sh
npm run build # use `watch-build` while developing
```

### Serve

I prefer using browser-sync to start a web server. It's simple!

```sh
npm install -g browser-sync
npm run serve
```

### Enjoy!

## License

MIT