Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 503 Bytes

@vime/react-example

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.

Usage

$: git clone https://github.com/vime-js/vime --depth=1

$: cd vime/examples/react

$: npm install

$: npm run dev