We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This example will serve your current project as a static web site.
Navigate into to your project
$ cd example-project
Install local-web-server and lws-http2
$ npm install local-web-server lws-http2 --save-dev
Launch the HTTP2 webserver. By default, your project will be hosted as a static site.
$ ws --server http2 Serving at http://mbp.local:8000, http://127.0.0.1:8000, http://192.168.0.100:8000