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

Demo app for Thomas Fétiveau 's talk on a development workflow with NME and Cocktail

Notifications You must be signed in to change notification settings

zabojad/wwx2014-cocktail-nme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 git@bitbucket.org: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

About

Demo app for Thomas Fétiveau 's talk on a development workflow with NME and Cocktail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published