- Haxe 3.0
- Run
haxelib install munit
to install munit. - Run
haxelib install mockatoo
to install mockatoo. - Run
npm install
to setup grunt.
- FlashDevelop IDE
- Run
npm install
to install node modules:
.munit
: anmunit
config fileGruntfile.js
: agrunt
config 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 formunit
node_modules/
: installed bynpm
package.json
: anpm
config 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.