Last active
May 17, 2016 18:04
-
-
Save didierfranc/598ee2f8ba64a458c75a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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