flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
6
BACK_BACK/node_modules/vm-browserify/example/run/server.js
generated
vendored
Executable file
6
BACK_BACK/node_modules/vm-browserify/example/run/server.js
generated
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue