Skip to content

TypeScript + Node + Docker setup for dev and prod with hot reloading

Notifications You must be signed in to change notification settings

xs-salekin/TypeScript-Node-Docker

 
 

Repository files navigation

TypeScript + Node + Docker (with code hot-reloading in the container)

For running locally

npm i

Start the dev server

npm run dev

Build the project

npm run build

Start built project

npm start

For running Docker Containers

You'll need docker installed on your machine to run this in case you didn't know!

Build the image

docker-compose build

Start the dev server

make up

Stop the server

make down

Build and start production build

make up-prod

About

TypeScript + Node + Docker setup for dev and prod with hot reloading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 36.8%
  • Makefile 32.2%
  • TypeScript 31.0%