Start a new project really fast with great defaults. 🚀
Using pnpm
- Install dependencies
pnpm install
- Run the project in development mode
pnpm dev
- Lint the project
pnpm lint
Run unit tests once
pnpm test:unit
Run unit tests in watch mode
pnpm test:unit -- --watch
Build production mode
pnpm build