Last active
November 15, 2015 00:29
-
-
Save flyakite/88979c4a8f6b07bfde11 to your computer and use it in GitHub Desktop.
Ionic Framework Tutorial
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
## 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