Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 480 Bytes

React DS Boilerplate

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. In addition there are several useful packages:

  • Storybook
  • Tailwind CSS (with container-queries plugin)
  • Radix-ui

Use this repository as a starter to build your own app and feel free to add any tool/package that you need.

Setup

# Install depedencies and set up repository.
pnpm i

# run the app
pnpm dev

# run Storybook
pnpm storybook