Skip to content

Latest commit

 

History

History

hightable-demo

HighTable demo

This is an example project showing how to use hightable.

Build

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/