/parcel-lib-template

template for spinning up a new parcel-based library repository with react and tailwind and an example app

Primary LanguageTypeScript

parcel-lib-template

Check out the npm package

Check out the example app live

Spin up the example app locally:

git clone $url && cd parcel-lib-template
npm i
npm start