Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
220 B
JavaScript
7 lines
220 B
JavaScript
var ecstatic = require('ecstatic')(__dirname);
|
|
var http = require('http');
|
|
http.createServer(ecstatic).listen(8000);
|
|
|
|
console.log('listening on :8000');
|
|
console.log('# remember to run browserify entry.js -o bundle.js');
|