The Wayback Machine - https://web.archive.org/web/20201108010011/https://github.com/Anerco/tsdocker
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

A recipe for building best practice containerized node js apps - TypeScript,VSCode Debugging,Live Reloading,ESLint,Testing & Prettier

Debug

  • choose which way to launch
  • press F5
  • nodemon handles source code changes immediately

Production

  • docker-compose up

heroku

Creation

  • heroku login
  • heroku create {name}

Deployment

  • heroku container:login
  • git add .
  • git commit -m "{message}"
  • git push heroku master

About

A recipe for building containerized node - TypeScript,VSCode Debugging,Live Reloading,ESLint & Prettier

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.