Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
70 lines (46 loc) · 1.08 KB

readme.md

File metadata and controls

executable file
·
70 lines (46 loc) · 1.08 KB

#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 :

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