Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 681 Bytes

NodeJsExpressTypeScriptTemplate

Template for Node.JS (Express v4) + TypeScript + Visual Studio

Prerequisites

  1. Visual Studio 2015
  2. Node.js Tools for Visual Studio
  3. npm

Install packages

  1. Run the following commands under project directory

    npm install typings --global
    typings install
    
  2. Open solution file, right-click npm, and install missing npm packages or run the following command

    npm install
    

Build

  1. Build and F5
  2. Open broweser and go to http://localhost:3000