Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Installation

Jossi Wolf edited this page Jun 15, 2017 · 2 revisions

Install ionic + Clone the project

$ sudo npm install -g ionic cordova
$ git clone https://github.com/Jugendhackt/LithiumBuoy
$ cd App
$ ionic serve
# if that doesn't work, try
$ npm run ionic:serve
? Looks like a fresh checkout! No ./node_modules directory found. Would you like to install project dependencies? (Y/n)
$ Y
$ ionic serve
Clone this wiki locally