-
Notifications
You must be signed in to change notification settings - Fork 5
How do I create an application?
rishson edited this page Mar 22, 2012
·
1 revision
>bash scripts/createApplication.sh myApp -s
Thats it.
You should have a fully functioning application framework with all the goodies such as less support, helpers for dojo's unit test framework, an application control layer and a set of scripts to automate the creation of custom widgets and integrate the test and release building of your application with a CI system of your choice.
Optionally, if you need to add extra dependencies to your application:
>bash scripts/createApplication.sh myApp
then edit setup.sh and add your dependencies. Then do:
>cd [to the scripts dir of your newly created app]
>bash setup.sh