Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```