Axel Larator

Results 1 comments of Axel Larator

This runs ``` import liveServer from 'live-server' var params = { port: 8080, host: "0.0.0.0", root: "./www", open: true, ignore: './src', file: "index.html", wait: 1000, mount: [['./scripts', './node_modules']], // Mount...