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.
- Host: GitHub
- URL: https://github.com/hacksu/angular2-spotify
- Owner: hacksu
- Created: 2017-02-04T04:19:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T06:52:34.000Z (about 9 years ago)
- Last Synced: 2025-01-05T10:12:19.901Z (about 1 year ago)
- Topics: angular2, dart
- Language: Dart
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.