https://github.com/avin/reflux-starter-kit
Reflux starter kit
https://github.com/avin/reflux-starter-kit
Last synced: 2 months ago
JSON representation
Reflux starter kit
- Host: GitHub
- URL: https://github.com/avin/reflux-starter-kit
- Owner: avin
- Created: 2015-09-20T11:27:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T11:52:10.000Z (almost 11 years ago)
- Last Synced: 2025-01-20T11:09:19.380Z (over 1 year ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reflux starter kit
Create your another reflux project faster.
### Installation
You need Webpack installed globally:
```sh
$ npm install -g webpack webpack-dev-server
```
Clone repository
```sh
$ git clone https://github.com/avin/reflux-starter-kit
$ cd ./reflux-starter-kit
$ npm install
```
### Build
#### Dynamic build for development
```sh
$ webpack-dev-server --host site.dev --port 8888
```
Open http://site.dev:8888/webpack-dev-server/
#### Productionn build
```sh
$ NODE_ENV=production webpack
```
Start dev and enjoy!
License
----
MIT