Skip to main content

Frontend

Start frontend server with dev mode

npm run dev

Start frontend server with production mode

npm run build
npm run start