Skip to content
Hans van den Akker edited this page Sep 29, 2016 · 6 revisions

#Prerequisites

  • General understanding of Javascript Package Managers, including NPM and JSPM
  • Basic understanding of Famo.us, documentation can be found here: http://famo.us/docs/
  • Basic understanding of Famous-flex, documentation can be found here: https://github.com/ijzerenhein/famous-flex/
  • Basic understanding of Javascript and the ES6/7 (ES2015) semantics

#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 https://github.com/Bizboard/arva-seed.git
cd arva-seed
npm install
jspm install

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.

Clone this wiki locally