Skip to content

Instantly share code, notes, and snippets.

@mlefree
Last active June 13, 2019 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlefree/2156f66dfb441f107bef157dde56a836 to your computer and use it in GitHub Desktop.
Save mlefree/2156f66dfb441f107bef157dde56a836 to your computer and use it in GitHub Desktop.
Fidj.ovh prerequisites & getting started
# fidj.ovh prerequisites :
.idea/
#!/usr/bin/env bash
# before any $ yo fidj
# check that you have :
node --version
npm --version
cordova --version
ionic --version
yo --version
# node >= 10.x, npm >= 6.x, cordova >= 8.x, ionic >= 4.x, yeoman > 2.x
# Depending on your usage (web app, android, ios...)
# - Android Studio : Sdk version >= platforms;android-28
# - XCode version >= 9.x
#!/usr/bin/env bash
# brew update
# brew upgrade
# look at prerequisites... and then :
mkdir myNewApp
cd myNewApp
yo fidj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment