The examples rely on an alias pointing to ../dist/index
, the parent project must have been built previously.
To build the parent project:
cd ..
yarn
npm run build
cd examples
yarn
To start the dev server:
npm run dev
And visit http://localhost:3000 in your browser