Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 226 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 226 Bytes

Dojo2 Claw Game Example

To run the app, run the following commands and spin up an HTTP server (e.g. python -m SimpleHTTPServer) and visit http://localhost/.../build/src/.

cd /path/to/clawgame
npm install
grunt dev