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

https://github.com/hacksu/angular2-spotify

A simple Angular 2 project written in Dart for HacKSU's 2/7/2017 meeting.
https://github.com/hacksu/angular2-spotify

angular2 dart

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://www.dartlang.org/install)
2. Download and unzip ["Start of Talk" Release](https://github.com/hacksu/angular2-spotify/releases/tag/v0.1)
3. Run the following commands in the root of the repository
```
pub get

pub serve
```
5. 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.