@Pablo74 wrote:
Hi all beginners,
I have prepared three videos "How to prepare you develompment computer".
- as videos
video #1
video #2
video #3- as text
- Install Chrome
- Install (as administrator) Node.js from http://nodejs.org
- Restart
- Install Cordova
npm install -g cordova- Install Ionic CLI
npm install -g ionic- Set PATH variable (as administrator) to include npm modules
- Restart
- Install (as administrator) Sublime Text 2 (IDE)
- Run
ionic start [nameOfApp] [template]
ionic start myApp tabs- Change directory to your app folder
cd myapp- Run Ionic serve command with livereaload
ionic serve -l- Open web browser Chrome, http://localhost:8100
- Using Sublime Text open www folder inside your app folder
Posts: 1
Participants: 1