Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rayriffy/todo


https://github.com/rayriffy/todo

Last synced: 9 days ago
JSON representation

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
```