Skip to content

Nunuu/react-starterkit

Repository files navigation

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

About

React CLI initiated with create vite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published