Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.5 KB

README.md

File metadata and controls

69 lines (54 loc) · 2.5 KB

TypeScript VueJS NestJs Prettier Ionic Capacitor Electron

Here is the monorepo for the escape game ECF 2023

web-app

mobile-app:

  • to build
cd apps/mobile-app
npm run build:all
npm run copy:all

back-end api

To run in Docker

run docker compose up -d it will create a web-app, a mobile-app, a back-end-api and a PostGres instance with somme data.

Note:

Run web-app and back-end-api with option 2 will be faster than option 1 :fire: In this case web-app send HTTP request to API in production. :fire: So, the best configutaion is: back-end-api: option 2 (to run the latest image available) web-app: option 1 (to build code and expose it) This is the default configuration