We bike around the globe
It's an application made with Angular for the frontend and Express for the backend. It's packed into a docker container.
- In the
apifolder runnpm install. - Start the api from the
apifolder withnpm start. - In the
AGtivfolder runnpm install. - Start the frontend with
ng serve.
Run the build / deploy script in the docker folder using bash.