Skip to content

Instantly share code, notes, and snippets.

@flyakite
Last active November 15, 2015 00:29
Show Gist options
  • Save flyakite/88979c4a8f6b07bfde11 to your computer and use it in GitHub Desktop.
Save flyakite/88979c4a8f6b07bfde11 to your computer and use it in GitHub Desktop.
Ionic Framework Tutorial
## Install NodeJS
## Go To https://nodejs.org/en/
## Download and Install NodeJs
## Test it!
## Open command line terminal on Mac or PowerShell on Windows
$ node -v # show node.js version
$ npm -v # show npm version
## Install Cordova and Ionic
$ npm install -g cordova ionic
## Test it
$ cordova -v # show cordova version
$ ionic -v # show ionic version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment