ionic tutorial

Environment



Step


  1. Download and install node.js installer.
  2. Download and install git.
  3. Run cmd as the administrator.
    * Right click on the cmd.exe then click the run as the administrator menu item.
  4. Install modules
    > npm install -g ionic cordova
  5. Start your first app
    > ionic start cutePuppyPics
  6. Test the app in the browser
    > ionic serve

Reference


Comments

Popular posts from this blog

How to write data into a excel file using vbscript

Format date as yyyy-mm-dd using vbscript