Template for Node.JS (Express v4) + TypeScript + Visual Studio
-
Run the following commands under project directory
npm install typings --global typings install
-
Open solution file, right-click npm, and install missing npm packages or run the following command
npm install
- Build and F5
- Open broweser and go to http://localhost:3000