Skip to content

guillaume60240/ecf-escape-game-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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