Installation

The easiest way to get started quickly is by cloning the Arva Seed project. This project contains all the necessary components and default settings to build a hello world application across multiple platforms.

npm install -g cordova
git clone [email protected]:Bizboard/arva-seed.git
cd arva-seed
npm install
jspm install

📘

When using Webstorm...

If you're using Webstorm, now would be a good time to dive into your preferences and set your Javascript version to ECMAScript 6.

On we go!

Excited? You should be! Let's move on to writing your first Arva app.