simple Hello world setting
- haxe-watchify
- webpack
- npm install haxe-watchify -g
- npm install
then open two terminal
first terminal:
- npm run watch
second terminal:
- haxe-watchify --program haxe --hxml build.hxml
Open localhost:8080 then try editing Main.hx to see hot-reload
- resolve source map generated by webpack to haxe