import fs from 'fs' import path from 'path' import http from 'http' const server = http.createServer do(req,res) let html = String 'Project' <style src='*'> <body> <script type="module" src='__ENTRYPOINT__'> res.end(html) imba.serve server.listen(process.env.PORT || 3000)