- Node 18.x or above
npm start
: starts a development environment with file watching and automatically opens the web browsernpm run build:prod
: compiles and minifies all files intobuild
folder for production deploymentnpm test
: runs all tests for the project