Skip to content

Radseq/ts_node_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

In Linux

use env file cmd:

source .env

For clear redis cache cmd:

redis-cli flushall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors