- Install the backend dependencies and build the server:
dub build
- Install frontend dependencies:
npm install
- Build frontend:
npm run build
Run npm run deploy
to install everything and start the server.
- Run the server:
dub run
or run the generated executable./oop-project
- Open
localhost:8080
in a browser