→ npx create-app my-project
Creating a new project in ./my-project
Installing dependencies...
✓ Dependencies installed
✓ TypeScript configured
✓ ESLint + Prettier ready
✓ Git initialized
→ cd my-project && npm run dev
Ready at http://localhost:3000
▋