Skip to content

rowhani/mobile

 
 

Repository files navigation

mobile

This documentation is a work in progress.

  • Make sure you have node.js installed
// fork the repo
git clone [email protected]:[your git username]/mobile.git
cd mobile
npm install -g cordova
npm install -g ionic
npm install
bower install
ionic serve
// choose localhost

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

gulp sass // compiles scss files to css
// or 
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 78.3%
  • CSS 17.9%
  • Objective-C 3.5%
  • HTML 0.2%
  • Shell 0.1%
  • Batchfile 0.0%