ccheney / typescript-node

Typescript and nodejs project template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-node

This is a very simple template project for node and typescript projects.

Installation

  • npm install (Install node packages)
  • tsd install (Install typings)

Run

  • gulp help (Show gulp tasks)
  • gulp build (Build TS files)
  • gulp test (Run mocha tests)
  • gulp tslint (Run tslint)
  • gulp nodemon (Run nodemon and watch ts files)

Running on port 3001 ex: localhost:3001/api/todos

Have fun :)

About

Typescript and nodejs project template.

License:MIT License


Languages

Language:TypeScript 65.9%Language:JavaScript 34.1%