UNPKG

burrito

Version:

Wrap up expressions with a trace function while walking the AST with rice and beans on the side

13 lines (10 loc) 279 B
var express = require('express'); var browserify = require('browserify'); var app = express.createServer(); app.use(express.static(__dirname)); app.use(browserify({ entry : __dirname + '/main.js', watch : true, })); app.listen(8081); console.log('Listening on :8081');