- Download dependencies:
npm install
- Create production site:
npm run build
- Start web server:
npm start
Local address is: http://localhost:5678/
To automatically rebuild and restart the server after any file changes, use the development mode instead:
npm run dev