Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avin/reflux-starter-kit
Reflux starter kit
https://github.com/avin/reflux-starter-kit
Last synced: 1 day 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T11:52:10.000Z (about 9 years ago)
- Last Synced: 2023-02-26T16:32:07.678Z (over 1 year ago)
- Language: JavaScript
- Size: 266 KB
- Stars: 0
- Watchers: 2
- 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