1.1.2 • Published 2 years ago
@nunuu/react-starterkit v1.1.2
Quick Start
- Install pnpm globally if you have not done so.
- Run the command
npx @nunuu/react-starterkit your-project-nameto initiate your React project! - Install the recommended extensions in VSCode if needed.
What's Included
- Initiates a React project directory using vite with the following support:
- Includes VSCode settings to complete the following on save:
- Auto format with prettier
- Auto fix
ESLinterrors - Auto organize import statements
- Integrates the following testing libraries:
- jest
- testing-library
- Run commands
pnpm testorpnpm test:watchto execute tests - Provides example
App.test.tsxfile