This is a simple demo application. Check it out online: http://prezi.github.io/spaghetti/demo/
The application has three modules:
core
is a vanilla JS modulelayout
is a Haxe moduletext-renderer
is a TypeScript moduleapp
is simple "Hello World" web application using the above modules
You will need Haxe, Node JS and TypeScript installed.
On Mac you can do this simply:
$ brew install haxe
$ brew install node
$ npm install -g typescript
Install the latest version of Spaghetti from the root of the Spaghetti repository:
$ cd ..
$ ./gradlew install
Then you can build the test application:
$ cd spaghetti-gradle-example
$ ../gradlew packWebApp
$ open app/build/webapp/index.html