ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.72k stars 420 forks source link

Need to Provide one Guide book? #174

Open fwx5618177 opened 2 years ago

fwx5618177 commented 2 years ago

Summary (요약)

  1. What's the environment about how to use docker-compose?
  2. How to use makefile in various environment?
  3. How to deploy one production project? Just use npm run deploy:prod?

Additional Details (추가적인 세부 사항)

  1. It's useful for using docker-compose in local.
ljlm0402 commented 2 years ago

@fwx5618177

The guide document will be posted on Wiki later. thank you

  1. Docker-Compose can run through the Build or Run command in a local and server environment.
  2. Basically, if the DOCKER is installed, you can start with that command.
  3. NPM RUN Deploy: Prod is a command to run PM2 in a production environment.