/todo

Primary LanguageTypeScript

Todo

Todo with 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

Development

# Install dependencies
pnpm i

# Start development server
pnpm dev

# Build production bundle
pnpm build

# Linting
pnpm lint && pnpm format