Skip to content

React frontend project boilerplate

License

Notifications You must be signed in to change notification settings

swrdna/bofeiler-react

Repository files navigation

farmfe react typescript tailwindcss pnpm

Welcome

React frontend project boilerplate

Stacks

  • FarmFE
  • React
  • TypeScript
  • Tailwind CSS
  • pnpm
  • vitest
  • React Testing Library
  • jsdom

UI Libs

How to start

Create env file

cp .env.example .env

Install dependencies

pnpm install

Run the project

pnpm dev

How to test

Run the test

pnpm test

Run the test for single file

pnpm test -- filename.test

Run the test with coverage result

pnpm test:ci