Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalzalecki/cyclejs-with-redux-like-state
https://github.com/michalzalecki/cyclejs-with-redux-like-state
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalzalecki/cyclejs-with-redux-like-state
- Owner: MichalZalecki
- Created: 2016-05-06T10:28:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T11:24:20.000Z (over 8 years ago)
- Last Synced: 2024-10-25T12:38:50.212Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cyclejs-with-redux-like-state
## Node
```
6.0.0
```## Scripts
### Start **Express** (for production)
```bash
npm start
```### Start **WebpackDevServer** (for development)
```bash
npm run start:dev
```### Build (also run in *postinstall*)
```bash
npm run build
```### Unit tests
```bash
npm run test
```or
```bash
npm run test:watch
```### ESLint
```bash
npm run lint
```