Install library dependencies:
yarn install
npm install
Build library in watch mode:
yarn start
npm start
In a separate console:
Install example page dependencies:
cd example
yarn install
cd example
npm install
Build and serve example page in watch mode:
yarn start
npm start
Open a browser an point it to the URL where server is running: the example page should appear.