VladimirCores / Haxe-Dev-TodoApp-MMVC-OpenFL-HaxeUI

Example of using MassiveMVC (based on Robotlegs) with OpenFL and HaxeUI in Haxe language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"# Haxe-Dev-TodoApp-MMVC-OpenFL-HaxeUI"

This project created in IntelliJ IDEA on Windows Setup:

  1. Open project in IDEA 2.1 Install server dependencies: npm install 2.2 Install process manager - pm2: npm install pm2 -g
  2. Start server by running in terminal: pm2 startOrRestart ./server/server.config.js --watch -i 0 && pm2 logs 0 --lines 100
  3. Be sure that haxelib contains nessesary libraries:
    haxelib install openfl
    haxelib install actuate
    haxelib install haxeui-core
    haxelib install haxeui-openfl
  4. Run: openfl test html5

How it's looks like

About

Example of using MassiveMVC (based on Robotlegs) with OpenFL and HaxeUI in Haxe language


Languages

Language:Haxe 98.1%Language:CSS 1.8%Language:JavaScript 0.1%Language:Batchfile 0.0%