Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tiagolr/haxe-express-template

Haxe + Expressjs template based of the default express-generator template using haxe-js-kit.
https://github.com/tiagolr/haxe-express-template

Last synced: about 2 months ago
JSON representation

Haxe + Expressjs template based of the default express-generator template using haxe-js-kit.

Awesome Lists containing this project

README

        

This template is based of the default express-generator template for haxe. It has a few differences like no rendering engine by default, conditional compilation etc..

##Instructions
```cmd
haxelib git js-kit https://github.com/clemos/haxe-js-kit
git clone https://github.com/ProG4mr/haxe-express-template .
haxe build.hxml
cd www
npm install
node server.js
```