Skip to content

prufeng/tsexpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Express Starter

TypeScript express helloworld project, include unit test and code coverage (mocha+chai+nyc).

Install

Build

Run build task, compile the ts to js.

tsc:build-tsconfig.json

or

npm run build

Test

Run unit test and generate coverage report.

npm test

Start

Start the application with command line below.

npm start

Open url below in browser for test.
http://localhost:3000/

About

TypeScript express starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published