Skip to content

beNjiox/contactbooster-frontend-ionic

Repository files navigation

Contactbooster frontend using ionic

See a working demo here (Better on mobile device)

Stack:

Quick getting started

$> git clone http://github.com/beNjiox/contactbooster-backend-ionic
$> cd contactbooster-backend-ionic && cd www && bower update && npm install

Dev mode

just use run gulp dev in the root directory, it will watch for coffees and scss updates.

Run in browser

In order to run the app in a browser, simply run python -m SimpleHTTPServer in the www directory

Run in emulator and/or device

You need to setup plugins and platforms (iOS tested only, but should work the same way on Android)

$> cordova platform add ios
$> cordova plugin add org.apache.cordova.device
$> cordova plugin add com.ionic.keyboard
$> cordova plugin add org.apache.cordova.console
$> cordova build ios
$> cordova emulate ios

What is contactbooster?

Contactbooster is a little web app to manage contact lists. My goal was to release the app using different testing,frontend and backend framework/librairies.

Clients available:

Backend available: RoR (Laravel4, SailsJS incoming)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published