Skip to content

farshadbinary/mobile

 
 

Repository files navigation

mobile

This documentation is a work in progress.

  • Make sure you have node.js installed

Setting up the App

// Fork the repo in GitHub
git clone [email protected]:[your git username]/mobile.git
cd mobile
git remote add upstream [email protected]:binary-com/mobile.git

npm install -g bower gulp cordova ionic ios-sim
npm install
bower install

Running the App - localhost

// In project root
git pull upstream master
bower update
ionic serve

Running the App - iOS

ionic emulate ios

Submitting the code

git push origin master
// Create a pull request from your fork in GitHub

Working with SCSS

To update SCSS files, run the following command in another terminal

gulp sass  // compiles scss files to css
gulp watch // compiles scss files to css everytime a scss file gets changed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • CSS 16.4%
  • Objective-C 3.2%
  • HTML 0.7%
  • Shell 0.1%
  • CoffeeScript 0.0%