Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 500 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 500 Bytes

vanilla-extract-rollup-example

This is an example for

  • a component library using Vanilla Extract (built using the Rollup Plugin)
  • two example apps consuming the component library (Vite and Next.js)

Setup

yarn

Run

yarn dev

This uses Turborepo to first build the UI package and then launch the two example apps.

You can also run build / dev commands in their respective directories manually without using Turborepo.