An open API service indexing awesome lists of open source software.

https://github.com/kindlychung/ar-imserv


https://github.com/kindlychung/ar-imserv

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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`