https://react-spa-green.vercel.app/
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devyarn testThe project uses jest as a test runner and expectation library, and react-testing-library as a testing framework.