#Demo app for WWX 2014 talk on a development workflow with Cocktail and NME
@author Thomas Fétiveau, @zab0jad, www.tokom.fr
##Useful info
###Urls
##How to
###Setup your environment
Prerequisite :
- node.js installed
- NPM installed
- Haxe compiler installed
Run:
git clone [email protected]:zabojad/wwx2014-demo-cocktail-nme.git
And:
npm install
###Build and run the app
####Flash & js
Run:
haxe build.hxml
And:
grunt
And then open your web browser on the web demo page.
####iOS
Before any compilation with NME, remove any previous export directory:
rm -rf bin/export
Test in the simulator:
haxelib run nme test iphonesim
Builds as a standalone app:
haxelib run nme build iphoneos