Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 480 Bytes

File metadata and controls

18 lines (11 loc) · 480 Bytes

Angular 2 in 60 Minutes

This is the code for the 60 minutes tutorial. You can watch it here

Prerequisites

Node.js and npm are essential to Angular development.

Get it now if it's not already installed on your machine.

Install npm packages

npm install
npm start