client-webpack
This is a simple client-side implementation using a Webpack build.
To get started:
- Copy
.env.exampleto.envand fill in the values (Note that any values in .env that start with _PUBLIC are included in the build, and publicly available) - Run
yarn installto install the dependencies - Run
yarn build(oryarn build:watch) to build the src files - Run
yarn serveto run the client on localhost - You can find the demo app running on
http://127.0. 0.1:7777/public/localhost:7777/public