-
The simple TypeScript app -
une-cinema-typescript
:- change to app directory:
cd une-cinema-typescript
- run locally:
yarn start
- or, run with docker:
docker build . -t une-awp/une-cinema-typescript docker run -p 1234:1234 -p 8000:8000 une-awp/une-cinema-typescript
- go to http://localhost:1234
- change to app directory:
-
The full stack app -
une-cinema-react
andune-cinema-service
:- at the root directory (you should see
docker-compose.yml
file) - run
docker-compose up
- if dependencies change, run
docker-compose up --build
to rebuild images - to stop, run
docker-compose down
- if dependencies change, run
- go to http://localhost:3000
- the sever is available at http://localhost:8080
- the mongodb via docker container can be access via mongodb://localhost:27017
- at the root directory (you should see
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
le-kang/UNE-AWP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|