Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 315 Bytes

typescript-base-project

Install all dependencies

  npm install

Configuration

change .env.public -> .env and add port

start with

npm run start

if you want to use the docker-compose file, edit the folder names in docker-compose.yml and run docker-compose up -d