Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 221 Bytes

File metadata and controls

13 lines (7 loc) · 221 Bytes

React + TypeScript + Vite

This flexlayout example was created using Vite with the following command:

pnpm create vite flexlayout-vite-example --template react-ts

To run the example first

pnpm install

then

pnpm dev