iott / typescript-express-starter

TypeScript 2 + Express + Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript 2 + Express + Node.js

This is a repository to go with my article on creating an Express web application using TypeScript 2.

Install

Install the node packages via:

$ npm install

And then run the grunt task to compile the TypeScript:

$ npm run grunt

Starting

To start the server run:

$ npm start

About

TypeScript 2 + Express + Node.js

License:MIT License


Languages

Language:TypeScript 63.4%Language:JavaScript 35.9%Language:HTML 0.7%