npm start Starts the Server
npm start insecure Starts the Server in http only mode
npm run dev Starts the server with hot reload and asset compilation. https://locahost:3000 is the server, https://localhost:3001 the hot-reload version
npm run dev -- -insecure Starts the Server with hot reload http only. http://localhost:2999 is the server, http://localhost:3001 the hot reload version
npm run build Compiles the assets