Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 176 Bytes

File metadata and controls

15 lines (13 loc) · 176 Bytes

Example app

To run the example app open two terminals:

1: compile in watch mode

npm i
npm start

2: run the example app

cd example
npm i
npm run dev