Skip to content

korayguler/express-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.js and Typescript minimal starter kit

Clone this repo

# Clone this repository
$ git clone https://github.com/koative/express-typescript-starter

# Go into the repository
$ cd express-typescript-starter

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build