To install node packages and run the server on localhost
npm run i
npm run dev
Other commands
npm run <script-name>
| Script name | Description |
|---|---|
| start | Runs localhost server |
| dev | Runs localhost server |
| preview | Runs localhost server for preview |
| build | Builds application into dist directory |
| eslint | Runs eslint |
| eslintfix | Runs eslint and fixes errors |
| test | Runs test for the application |
Vite
Tailwind
Eslint