Skip to content

Latest commit

 

History

History
 
 

README.md

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