Vite + Tailwind 3 + Handlebars
- Clone this repository
- Run
npm install
Task Name | Description | Environment | |
---|---|---|---|
🚧 | npm run dev |
Compile dev build, start the server and fake API and watch for changes | Development |
🏭 | npm run build |
Compile production build | Production |
🏭 | npm run preview |
Compile production build and preview | Production |