https://github.com/exposedcat/react-todo
React.JS TODO app
https://github.com/exposedcat/react-todo
Last synced: 17 days ago
JSON representation
React.JS TODO app
- Host: GitHub
- URL: https://github.com/exposedcat/react-todo
- Owner: ExposedCat
- Created: 2021-07-28T18:30:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T18:40:49.000Z (over 4 years ago)
- Last Synced: 2025-01-18T14:34:14.543Z (12 months ago)
- Language: TypeScript
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React TODO app
## Running
Install dependencies:
`npm install`
Run dev mode:
`npm start`
Or build an app:
`npm build`