https://github.com/michalzalecki/cyclejs-with-redux-like-state
https://github.com/michalzalecki/cyclejs-with-redux-like-state
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalzalecki/cyclejs-with-redux-like-state
- Owner: MichalZalecki
- Created: 2016-05-06T10:28:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T11:24:20.000Z (about 9 years ago)
- Last Synced: 2025-02-06T06:33:01.292Z (5 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
```