An implementation of the game Paco Ŝako as a web app.
The frontend is written in Typescript
using Angular
Run ng build --output-path="../dist" --watch
in the frontend folder
to build the frontend and provide the distribution to the server.
The server is also written in Typescript using NestJS as
server framework. Run npm run start:dev
in the /server
folder in order to start
a NestJS development server. Live communication between frontend and backend
is done using Socket.io.