Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

A version of the Heroes tutorial that uses angular2-data

Notifications You must be signed in to change notification settings

launchscout/angular2-data-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-data-example

This is a version of the angular2 Heroes tutorial that uses angular2-data.

Prerequisites

  • Node.js
  • jspm

Usage

  1. Clone the repo

  2. Start the api server (runs on port 8000):

```
node server.js
```
  1. In a separate terminal:
```
npm install
jspm install
npm run start
```
  1. Hit the app on localhost:8080 if your browser hasn't started already.

About

A version of the Heroes tutorial that uses angular2-data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published