Prepare

  1. $ npm run build

How to open

Use any HTTP Server to open this example. Such as:

  1. $ python -m SimpleHTTPServer 8888
  2. Serving HTTP on 0.0.0.0 port 8888 ...

and open http://localhost:8888/ use any browser.