Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
123456 |
- 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');
|