This is an example project showing how to use hightable.
cd apps/hightable-demo
npm i
npm run build
The build artifacts will be stored in the dist/
directory and can be served using any static server, eg. http-server
:
npm i -g http-server
http-server dist/