Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tiagolr/haxe-express-template
- Owner: tiagolr
- Created: 2015-05-09T14:07:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T17:03:04.000Z (over 9 years ago)
- Last Synced: 2023-03-27T08:50:22.515Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```