Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elsassph/vanilla-haxe-js

A simple Haxe JavaScript project.
https://github.com/elsassph/vanilla-haxe-js

Last synced: about 2 months ago
JSON representation

A simple Haxe JavaScript project.

Awesome Lists containing this project

README

        

# A simple Vanilla JS example in Haxe

Using Haxe as a better JavaScript, just using the DOM API.

The [Haxe SDK](http://haxe.org/download/) has to be installed and the `haxe` command has to be in the PATH.

## Command line

haxe build.hxml

## Grunt

The sample GruntFile uses a Haxe specific task to build the project.

npm install -g grunt-cli
npm install
grunt

See [grunt-haxe on Github](https://github.com/Fintan/grunt-haxe) for the Haxe task documentation.

## FlashDevelop

Open the `.hxproj` project in FlashDevelop and press F5 or Ctrl+Enter to build and run in the browser.