guy 2 years ago
parent
commit
fbc43231b8
  1. 2
      server.js

2
server.js

@ -9,5 +9,5 @@ const port = 3000;
app.use(express.static("./"));
app.listen(port, function() {
console.log("server start");
open('http://localhost:' + port + '/examples/useContext.html');
open('http://localhost:' + port + '/index.html');
});

Loading…
Cancel
Save