...
A quick, simple way to start an Express project with fancy language support
var hw = require('hyperweb-init');
app = hw.init();
use app
like you would in express
app.get("/", function (request, response) {
response.render('index.html', {
title: "The Solar System"
});
});
and so on.
- CoffeeScript
- LESS
- Stylus
- Jade
- Nunjucks (html)
- Handlebars (hbs)
- CSON
🌹X🌹O🌹X🌹O🌹