Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 779 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 779 Bytes

BananaTreeEditor Build Status

Requirement to develop this project:

  1. install git or Tortoise Git [https://code.google.com/p/tortoisegit/]
  2. install NodeJS package manager [http://nodejs.org/]

How to set up this project:

After you git clone this project, run below commands under your project folder.

  1. npm install
  2. npm install bower
  3. bower install
  4. npm start

Prerequisite skill & knowledge for this project

  1. CommonJS basic - http://smorgasbork.com/component/content/article/38-titanium-mobile/135-titanium-mobile-beyond-the-prototype
  2. Webpack tutorial - http://webpack.github.io/docs/tutorials/getting-started/