Skip to content

Instantly share code, notes, and snippets.

@didierfranc
Last active May 17, 2016 18:04
Show Gist options
  • Save didierfranc/598ee2f8ba64a458c75a to your computer and use it in GitHub Desktop.
Save didierfranc/598ee2f8ba64a458c75a to your computer and use it in GitHub Desktop.
npm init
npm install babel-loader babel-core babel-preset-es2015 --save-dev
npm install autoroute.js --save
echo '{ "presets": ["es2015"] }' > .babelrc
cordova create cordova com.example.appname AppName
cd cordova
cordova platform add ios
cordova run ios --device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment