/ng2-cornell

Angular 2 Conrnell

Primary LanguageTypeScriptMIT LicenseMIT

Cornell Startup Systems

Sample code for Cornell lecture

Slides

See slides

Demo app

https://andresdominguez.github.io/ng2-cornell/src/

Getting Started

This project uses Angular 2 alpha 44

It is based on John Papa's repo

# Clone this repo
$ git clone https://github.com/andresdominguez/ng2-cornell.git

# Install dependencies
$ cd ng2-cornell
$ npm install

# Run the TypeScript compiler and watch for changes
$ npm run tsc

#Open 2nd terminal and launch the app in the browser
$ npm start