Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 983 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 983 Bytes

Quick Start

  1. Install pnpm globally if you have not done so.
  2. Run the command npx @nunuu/react-starterkit your-project-name to initiate your React project!
  3. Install the recommended extensions in VSCode if needed.

What's Included

  1. Initiates a React project directory using vite with the following support:
  2. Includes VSCode settings to complete the following on save:
    • Auto format with prettier
    • Auto fix ESLint errors
    • Auto organize import statements
  3. Integrates the following testing libraries:
    • jest
    • testing-library
    • Run commands pnpm test or pnpm test:watch to execute tests
    • Provides example App.test.tsx file