Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 start