Skip to content

Code-Oz/basic-express-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express with Typescript

This repo is linked to this article https://dev.to/codeozz/express-with-typescript-starter-explained-fast-4dn7

It's a very basic repo for people that want to start their own Express server supporting NodeJs

Install

npm install

Run

npm run dev

Build TS file

npm run build

Run for prod

npm run prod

Deploy dockerfile

docker build . -t toto

docker run -itd -p 3001:3001 toto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published