# Website 2 ## Development ```bash shell # Starts the backend on port :4000 and the frontend development server on port :3000 $ go run -v ./cmd/devserver ``` ## Production ```bash shell # Generates "routes.json", builds all frontend artifacts and finally the main binary $ make build ```