Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reactant/reactant-todomvc
- Owner: reactant
- License: mit
- Created: 2020-06-23T17:38:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T05:20:58.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T04:07:06.089Z (2 months ago)
- Language: TypeScript
- Size: 814 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).