This example was bootstrapped with Create React App,
and demonstrates how to setup Vime with React via the @vime/react
package. The main
file to look at is App.tsx
, and if you're interested in building custom
components see TapSidesToSeek.tsx
.
$: git clone https://github.com/vime-js/vime --depth=1
$: cd vime/examples/react
$: npm install
$: npm run dev