- Haxe 3.0
- Run
haxelib install munitto install munit. - Run
haxelib install mockatooto install mockatoo. - Run
npm installto setup grunt.
- FlashDevelop IDE
- Run
npm installto install node modules:
.munit: anmunitconfig fileGruntfile.js: agruntconfig fileHaxe-FlashDevelop.hxproj: a FlashDevelop project config fileREADME.md: this documentbuild/: a build target directorybuild.hxml: a Haxe build config file for buildmunit.hxml: a Haxe build config file formunitnode_modules/: installed bynpmpackage.json: anpmconfig filereport/: a test report directorysrc/: a source directorytest/: a test suite directorytest.hxml: a test config file
Run grunt test to test the app.
Run grunt watch to test continuously on every source code changes.
Run grunt build to build the app. If build failed, create build directory then retry.