1.1.2 • Published 2 years ago

@nunuu/react-starterkit v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago