Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.31 KB

JournalDogMap-B3.md

File metadata and controls

54 lines (37 loc) · 2.31 KB

JournalDogMap.md

This is branch B3.

  • Branch master was created 3 month ago. The map gave me some trouble. I wanted to start over without the map added.
    • JournalDogMap from master{:target="_blank"}
  • Branch B2 i continued from master before the map was added. I had updated to node.js v8 and ran into some upgrade troubles - they were fixed. But then I thought - what else has been upgraded (of the CLI and package.json etc)?
  • So then I created this B3 (all back from the start of master) and restarted with yet another tabs starter.
# from project folder create an Ionic starter app
ionic start ionDogMap tabs --type=ionic-angular #Create new proj from https://github.com/ionic-team/ionic2-starter-tabs
ionic serve # see what was provided
git commit -a -m "Downloaded latest ionic2-starter-tabs"

# Connected to Ionic Pro - https://rasor.github.io/using-ssh-keys-connect-to-ionic-pro.html
git remote -v # check that there are two remotes 

Add map page

# https://ionicframework.com/docs/cli/generate/
ionic g page tab-map --no-module
ionic g component map

Repos

Links

The End