switch to using lws.. clean up

This commit is contained in:
Lloyd Brookes
2017-03-13 23:44:11 +00:00
parent 662cb2efb4
commit f18a07ba5a
10 changed files with 15 additions and 535 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env node
'use strict'
const LocalWebServer = require('../')
new LocalWebServer()
const localWebServer = new LocalWebServer()
localWebServer.start()