Project Setup run server (proxy) cd server npm install // once DEBUG=myapp:* npm start run front-end cd ../ npm install // once npm run dev Compile and Minify for Production npm run build Run Unit Tests with Vitest npm run test:unit Lint with ESLint npm run lint