Skip to content

Instantly share code, notes, and snippets.

@github-polymer-user
Created February 26, 2017 04:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save github-polymer-user/89a16acbf08cf896e7d2451d490bb0ec to your computer and use it in GitHub Desktop.
Save github-polymer-user/89a16acbf08cf896e7d2451d490bb0ec to your computer and use it in GitHub Desktop.
npm -g install yo bower grunt grunt-cli grunt-bowercopy grunt-oraclejet load-grunt-config oraclejet-tooling generator-oraclejet npm-check-updates cordova
--yo oraclejet FixItFast --template=http://www.oracle.com/webfolder/technetwork/jet/public_samples/FixItFast.zip
yo oraclejet:add-sass
yo oraclejet:add-theme extranet
npm-check-updates -u
npm install
grunt build --theme=extranet --platform=web
yo oraclejet:add-hybrid --platforms=android,ios,windows --appid=com.jet.fixitfast --appname=FixItFast
cd hybrid
cordova plugin add cordova-plugin-contacts --save
cordova plugin add cordova-plugin-splashscreen --save
cordova plugin add cordova-plugin-camera --save
cordova plugin add cordova-plugin-geolocation --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment