Skip to content

Instantly share code, notes, and snippets.

@SwiftArchitect
Created November 26, 2018 04:21
Show Gist options
  • Save SwiftArchitect/03fba817206630ad36450f7c6d5aa86e to your computer and use it in GitHub Desktop.
Save SwiftArchitect/03fba817206630ad36450f7c6d5aa86e to your computer and use it in GitHub Desktop.
Install Ionic and run Hello World on Mac OS

Install ionic and run Hello World on Mac OS

Terminal Command
Install Node.js by visiting nodejs.org or , using HomeBrew: brew install node
Install ionic npm install -g ionic cordova
Create a Hello World project ionic start helloWorld blank
Navigate to the project cd helloWorld
Update dependencies npm install
Run inside the default browser ionic serve -c

That's all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment