Skip to content

0. Project Structure

fahimc edited this page Sep 5, 2012 · 1 revision

##Folder Structure

lib/
- com/
src/
- Main.js
resource/
- css/
- image/
- xml/
index.html
readme.txt

'lib/com' Folder

This is where all your library files go (external JS frameworks/tools).

'src' Folder

This is where you place your source code. Always create a Main script. add you own folders (packages) and classes here.

'resource' Folder

This is where all you resources and assets go which will be used by the app/game or site. Create folder for each file type.

'index.html'

This always site on the root.

'readme.txt'

This is important. Document the project and dependencies here. This is for other developers who may work on this project at a latter stage.

Clone this wiki locally