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.
- Host: GitHub
- URL: https://github.com/jerray/react-reflux-browserify-kickstart
- Owner: jerray
- Created: 2015-04-23T09:42:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T08:32:31.000Z (about 11 years ago)
- Last Synced: 2025-03-11T08:34:49.604Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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