Skip to content

Commit

Permalink
Switch from yarn to npm5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Dec 23, 2017
1 parent af771b5 commit 5caf103
Show file tree
Hide file tree
Showing 3 changed files with 7,825 additions and 4,212 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ _Feedback welcome!_
### Demo
https://mattlewis92.github.io/angular2-tv-tracker/

### Run locally (assuming node + yarn are installed)
### Run locally (assuming node + npm 5 are installed)

```
git clone https://github.com/mattlewis92/angular2-tv-tracker.git
cd angular2-tv-tracker
yarn
yarn start
npm i
npm start
```
Loading

0 comments on commit 5caf103

Please sign in to comment.