https://github.com/lucifier129/rocket-todo-app
A simple todo app powered by rocket and react
https://github.com/lucifier129/rocket-todo-app
Last synced: 20 days ago
JSON representation
A simple todo app powered by rocket and react
- Host: GitHub
- URL: https://github.com/lucifier129/rocket-todo-app
- Owner: Lucifier129
- License: mit
- Created: 2020-07-16T07:41:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:08:34.000Z (over 3 years ago)
- Last Synced: 2025-03-02T03:43:42.981Z (over 1 year ago)
- Language: Rust
- Size: 441 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rocket-todo-app
A simple todo app powered by rocket and react
## development
first
```shell
cargo run
```
second
```shell
cd static && npm run dev
```