Skip to content

nachiket-synerzip/LearnAura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Aura

Simple app to get started with aurajs - https://github.com/aurajs/aura

Instructions

clone the repo: git clone https://github.com/nachiket-synerzip/LearnAura.git

cd to LearnAura dir.

To install express run : npm install

To install dependencies like aura, backbone, openlayers etc,

  1. install - bower : npm install bower -g
  2. run 'bower install' to download and install dependencies in public/components

To run the application : node app.js