Coder Social home page Coder Social logo

vq-ionic-boilerplate's Introduction

ViciQloud Ionic Starter Project

Starter Project for iOS and Android based on Ionic Framework.

Getting started

Prerequisites

First you need to have node >= 4.6.0, Android SDK >= 24.0.0 and XCode >= 8.0 installed.

On Mac OS you can use brew (see: http://brew.sh/) to install the Android SDK and the node-version-manager nvm (recommended way to install node).

brew install android-sdk
brew install nvm

From now on you can install every node version and node package, without needing superuser permissions.

nvm install 4.6.0

Now you need to have the node modules cordova >= 6.3.1 and ionic >= 2.1.0 installed globally:

npm install -g cordova
npm install -g ionic

Setup project

Clone this repo:

git clone https://bitbucket.org/studentask-team/st.app.git

Install node dependencies (also restores ionic platforms and plugins):

npm install

Run ionic development server:

ionic serve

Working on the project

Working directory

Work on your code under /src. To do: write about recommended folder structure

Building

gulp build

Adding or removing platforms / plugins

Always use the ionic commands to add or remove platforms or plugins, e.g.:

ionic add platform android
ionic add plugin cordova-plugin-console

Otherwise it won't be saved in package.json and it can't be restored when the repository is checked out on another machine. Your colleagues won't be able to continue developing!

vq-ionic-boilerplate's People

Contributors

adrianbarwicki avatar

Watchers

James Cloos 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.