Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

andreasdri/focus-app

Repository files navigation

Focus

This is the repo for the Focus cross-platform mobile app.

##Setup

Install NodeJS and run npm install -g cordova ionic bower gulp from command line (you might want to run this command with sudo on Linux/Mac depending on your setup).

$ git clone git@github.com:andybb/focus-app
$ cd focus-app
$ npm install
$ bower install

##Serve the app locally

$ ionic serve

The app should be available at http://localhost:8100 with livereload.

##Run on devices

iOS

$ [sudo] npm install -g ios-sim
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios

Android

Windows

Make sure you install and configure the dependencies as described in this guide, especially the Windows note on Java, Ant and Android.

Install Genymotion if you want a faster emulator than the default one included in the Android SDK. Otherwise, replace ionic run with ionic emulate below:

$ ionic platform add android
$ ionic build android
$ ionic run android

About

Customer Driven Project 2015 - group 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors