This is an example Haxe project scaffolded by Visual Studio Code.
Without further changes the structure is following:
.vscode/settings.json
: VS Code workspace configuration.vscode/tasks.json
: VS Code build task configurationsrc/Main.hx
: Entry point Haxe source filebuild.hxml
: Haxe command line file used to build the projectREADME.md
: This file
Build output:
main.js
: JavaScript file, generated when building the project