Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reactant/reactant-todomvc

Reactant TodoMVC Example
https://github.com/reactant/reactant-todomvc

Last synced: 7 days ago
JSON representation

Reactant TodoMVC Example

Awesome Lists containing this project

README

        

This project was created with [Reactant CLI](https://github.com/unadlib/reactant/tree/master/packages/reactant-cli).

[Online](https://codesandbox.io/s/github/unadlib/reactant-todomvc)

### Development

```sh
yarn start
```

Runs the app in the development mode, and open [http://localhost:7000](http://localhost:7000) to view it in the browser.

### Build

```sh
yarn build
```

Build the project, and build files are stored in the `dist/` directory. Use the `--mode=production` flag for a production build.

### Test

```sh
yarn test
```

Running unit tests via [jest](https://jestjs.io).