Todo with json server
tl;dr the way to organize code in not-too-strict way. good for fast prototyping
More info about this architecture
# Install dependencies
pnpm i
# Start development server
pnpm dev
# Build production bundle
pnpm build
# Linting
pnpm lint && pnpm format