Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dustinspecker/ng2-example-typescript

Angular 2 Example with TypeScript
https://github.com/dustinspecker/ng2-example-typescript

Last synced: 2 days ago
JSON representation

Angular 2 Example with TypeScript

Awesome Lists containing this project

README

        

> Angular 2 Example with TypeScript

## Setup
1. Run `npm i` to install dev dependencies.
1. Run `npm i -g live-server` to install live-server.
1. Run `gulp compile` to download typings and compile TypeScript files.
1. Run `live-server` to run a HTTP server.