A TypeScript app developed to practice POO that simulates an RPG game
- TypeScript
- Docker
# clone this repo
git clone https://github.com/bbrunoamorim/trybers-and-dragons
# start Docker Compose
docker-compose up -d
# enter the container
docker exec -it trybers-and-dragons bash
# install dependencies
npm i
# start the app
npm run dev