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