"# Haxe-Dev-TodoApp-MMVC-OpenFL-HaxeUI"
This project created in IntelliJ IDEA on Windows Setup:
- Open project in IDEA 2.1 Install server dependencies: npm install 2.2 Install process manager - pm2: npm install pm2 -g
- Start server by running in terminal: pm2 startOrRestart ./server/server.config.js --watch -i 0 && pm2 logs 0 --lines 100
- Be sure that haxelib contains nessesary libraries:
haxelib install openfl
haxelib install actuate
haxelib install haxeui-core
haxelib install haxeui-openfl - Run: openfl test html5