vaibhawraj / sfDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Setup Development Environment

  • Java SDK
  • Eclipse for Java
    • Android Development Tools (ADT) Plugin
  • Android SDK/ Android Build Tool
  • Git
  • NodeJS
  • Cordova
  • GruntJS
  • Putting Altogether

How to build using Grunt

  1. Install Node.js[https://nodejs.org/en/]
  2. Install dependencies $ npm install -g grunt-cli $ npm install
  3. To Build : $ grunt build

Reference For Grunt [Grunt-Contrib-copy(https://www.npmjs.com/package/grunt-contrib-copy)] https://github.com/jsoverson/preprocess

Useful commands for GIT

git checkout

To switch to different branch

$ git checkout <name_of_branch>
git pull

To sync with remote, switch to branch and then

$ git checkout <name_of_branch>
$ git pull <remote_name> <name_of_branch>

where remote_name is name of remote repo e.g. origin

About


Languages

Language:JavaScript 45.6%Language:Java 35.9%Language:CSS 7.2%Language:Objective-C 5.4%Language:HTML 2.2%Language:C# 1.3%Language:C++ 0.9%Language:Makefile 0.7%Language:PHP 0.3%Language:Batchfile 0.3%Language:Shell 0.2%Language:QML 0.0%Language:Ruby 0.0%Language:C 0.0%