Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 378 Bytes

Deftified-TicketApp

Development

Install gulp globally:

npm install -g gulp

Install Cmd by downloading Sencha CMd.

Pull down submodules:

git submodule init && git submodule update

Install gulp modules:

npm install

Compile coffeescript:

gulp [watch]

Build the app:

cd app/ticket-app && sencha app build && cd -