Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 795 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 795 Bytes

Build Status David

Slides

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.