ionic-team / ionic-starter-super

The Ionic 2 Super Starter 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I test this template ?

Mouradif opened this issue · comments

Hello,

after running npm install I got two errors :
`
├── UNMET PEER DEPENDENCY @angular/core@^2.0.0

├── UNMET PEER DEPENDENCY @angular/http@^2.0.0
`

then ionic serve

Couldn't find ionic.config.json file. Are you in an Ionic project?

How am I supposed to test this project ?

Use it as a starter template ionic start myApp super --v2.
Note that ionic-native has not yet been updated to version 3.x, so there will be some errors at runtime. Take a look at #84 to fix this.

Okay :) Thanks !