September 2018
Intermediate to advanced
328 pages
9h 10m
English
We will use an npm package, serve, for serving up the files. To install, simply run this command:
npm install -g serve
Once installation is completed, you can serve up the files in any folder. To ensure that it's working, let's try serving up a local folder. The code for this section is located in the /chapter-03-dev-env folder of the learn-webassembly repository. Follow these instructions to validate your server installation:
Read now
Unlock full access