Skip to content

🐳 NODE.TS - TypeScript starter for quick test projects using docker and express.

License

Notifications You must be signed in to change notification settings

brunos3d/express-typescript-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-typescript-docker-template

🐳 NODE.TS - TypeScript starter for quick test projects using Docker and Express.

Installation

1. Clone project

$ git clone git@github.com:BrunoS3D/express-typescript-docker-template.git your-app-name
$ cd your-app-name

2. Install dependencies

$ yarn install # or just yarn

Run Locally

1. Start the server in dev mode

$ yarn dev

2. Start the server with Docker

$ docker build . -t your-app-name
$ docker run --rm -p 3000:3000 your-app-name

Releases

No releases published

Packages

No packages published