Skip to content

lopezjurip/express-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status David

Setup

Make sure you have Node.js 6 and npm installed.

Clone this repository:

git clone https://github.com/mrpatiwi/express-ts
cd express-ts

Install dependencies:

npm install

Build this project:

# Build one
npm run Build

# Build and watch for changes
npm run build -- --watch

Start the Express.js app at port 9000:

npm start

Now the app is available at http://localhost:9000.

About

Basic setup of Express.js + Typescript app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published