Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 738 Bytes

File metadata and controls

26 lines (20 loc) · 738 Bytes

Angular 2 Spotify

A simple Angular 2 project written in Dart for HacKSU's 2/7/2017 meeting.

Objectives

Learn some basics of Angular

  • Routing
  • Http Requests
  • Rendering with ngIf and ngFor
  • Pipes

Have fun with Dart because it's objectively an awesome language.

Getting Started

  1. Install Dart
  2. Download and unzip "Start of Talk" Release
  3. Run the following commands in the root of the repository
     pub get
    
     pub serve
    
  4. Navigate to localhost:8080

You should now have a pretty boring page with some text displaying.

Cloning this repository should give you the finalized project to mess around with.