Get Started Fast
Create really cool applications in minutes ;)
01
STEP 1
The Installation is very simple, but first you need to install
Node.js, After, just
execute command in your terminal:
- npm install -g cordova mockapp
02
STEP 2
Create an application, this process will create a folder with the name
of your app and download all dependencies:
- mockapp new MyCoolApp
03
STEP 3
Now enter the folder you created and test its direct in the browser,
when you edit your app will automatically reload:
- cd MyCoolApp
- mockapp preview