GithubHelp home page GithubHelp logo

cristianperez / ibmionicmobilearchetype Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4.94 MB

IBM mobile first platform Archetype with IONIC 1

CSS 90.75% JavaScript 7.55% HTML 1.70%
javascript css3 angularjs ionic ionicframework mobilefirst-developer-kit ibm-mobilefirst

ibmionicmobilearchetype's Introduction

MFP(IBM MOBILE FIRST PLATFORM) MOBILE ARCHETYPE

REQUIRED

INSTALL

NODEJS 6.x.x

ANDROID STUDIO

XCODE AND ACCEPT THE LICENCE

After finish the node installation and download IDES run this command in mac os.

$ npm run build

For windows i am sorry, check the build.sh file and run each command manually.

#!/usr/bin/env bash

###REQUIRED
## INSTALL
## NODEJS 6.x.x
## ANDROID STUDIO
## XCODE AND ACCEPT THE LICENCE

#INSTAL PACKAGES
npm install ionic  -g
npm install ionic-cli -g
npm install [email protected] -g
npm install gulp-cli -g
npm install gulp -g
npm install bower -g
npm install -g ios-sim

##INSTALL PLATFORMS AND REMOVE PLATFORMS
cordova platform remove android
cordova platform add android
cordova platform remove ios
cordova platform add ios

##INSTALL NPM DEPENDENCIES
npm i

##INSTALL BOWER COMPONENTS
bower install

##INSTSALL PLUGINS
cordova plugin add cordova-plugin-mfp
cordova plugin add cordova-plugin-network-information
cordova plugin add cordova-plugin-mfp-jsonstore

##REBUILD NODE SASS
npm rebuild node-sass

##GULP BUILD ALL PROJECT
gulp build

##RUN PROJECT ON NAVIGATOR
ionic serve

ibmionicmobilearchetype's People

Contributors

cristianperez 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.