Overview of defined and usefull commands:
npm run build
build the app with webpacknpm run watch
runs webpack in watch mode for developmentnpm test
runs tests with jestnpx jest --coverage
runs tests and generates a coverage report
⚡ After a fresh download you can run npm run quickstart
as an all-in-one command to build the project and start a preview server.
Other commands:
npm run preview
server bundled filesnpm run dev
run vite dev servernpm run build
run bundlernpm test
runs tests with vitestnpm run coverage
generates vitest coverage report