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