Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackomo007/todo-effector
https://github.com/jackomo007/todo-effector
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackomo007/todo-effector
- Owner: jackomo007
- Created: 2022-02-19T17:39:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T19:03:08.000Z (about 3 years ago)
- Last Synced: 2024-11-09T19:12:48.666Z (3 months ago)
- Language: TypeScript
- Homepage: todo-effector.vercel.app
- Size: 499 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to the Todo made with Effector!
- [Effector Docs](https://effector.dev/docs)
## Development
To run locally, make sure your project's local dependencies are installed:
```sh
yarn
```
start the yarn development server like so:```sh
yarn dev
```Open up [http://localhost:3000](http://localhost:3000) and you should be ready to go!