Coder Social home page Coder Social logo

mrbarbasa / working-name Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yukio808/working-name

0.0 2.0 0.0 3.99 MB

ATT Git Repo for hackathon

JavaScript 73.34% Java 0.28% C 0.02% C++ 6.07% Objective-C 0.44% C# 0.15% CSS 19.58% HTML 0.12%

working-name's Introduction

working-name

ATT Git Repo for hackathon TBD


##Installation

Install pre-req software

  1. Install Cordova by running (sudo) npm install -g cordova (try the command first without the sudo)
  2. Install Ionic by running (sudo) npm install -g ionic
  3. Install the iOS Simulator command-line tool by running (sudo) npm install -g ios-sim

Running the Ionic Application

  1. Fork and clone this repo
  2. Navigate to this project's root directory
  3. Run npm install
  4. Run bower install

Run the app in the browser:

ionic serve

Run the app in the iOS simulator:

ionic platform add ios
ionic build ios
ionic emulate ios

Git That Work Flow (for project collaborators)

  1. Work on local feature branch (Do not push!)
  2. Checkout into master branch git checkout master
  3. Pull latest changes from origin git pull
  4. Checkout into local feature branch git checkout BRANCH-NAME
  5. Merge latest changes from master into local feature branch git merge master
  6. Fix merge conflicts if any
  7. Checkout into master branch
  8. Merge your changes from your local feature branch into your master git merge BRANCH-NAME
  9. Push your master branch to origin's master git push

working-name's People

Contributors

dmeowmixer avatar kevnshin avatar mrbarbasa avatar trinhngoc avatar yukio808 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.