Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages