ionic tutorial
Environment
- Microsoft Windows [Version 10.0.15063]
- Node.js Windows installer(.msi) 64bit v6.11.3
Step
- Download and install node.js installer.
- Download and install git.
- Run cmd as the administrator.
* Right click on the cmd.exe then click the run as the administrator menu item. - Install modules
> npm install -g ionic cordova - Start your first app
> ionic start cutePuppyPics - Test the app in the browser
> ionic serve
Comments
Post a Comment