Skip to content

FlorinAlexandru/Ng2Fundamentals

Repository files navigation

Angular 2 Fundamentals Course

This is the getting started package for the Pluralsight course on Angular 2 Fundamentals found here: http://app.pluralsight.com/courses/angular-fundamentals

Course Status

The course is currently up-to-date.

Getting Started

Be sure you're running the recommended node version, which is 6.3.0+: node --version

Follow along with the course linked above. To start the server:

npm install
npm start