Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/todo
https://github.com/rayriffy/todo
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rayriffy/todo
- Owner: rayriffy
- Created: 2024-01-06T07:29:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-07T09:37:04.000Z (10 months ago)
- Last Synced: 2024-10-11T13:27:07.522Z (about 1 month ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo
Todo with [json server](https://github.com/typicode/json-server)
## Packlet concept
tl;dr the way to organize code in not-too-strict way. good for fast prototyping
[More info about this architecture](https://notes.dt.in.th/PackletsSetup)
## Development
```
# Install dependencies
pnpm i# Start development server
pnpm dev# Build production bundle
pnpm build# Linting
pnpm lint && pnpm format
```