@nunuu/react-starterkit
v1.1.2
Published
CLI (Command Line Interface) that initiates a React project using create vite with prettier/eslint setup for autocorrect on save.
Downloads
8
Maintainers
Readme
Quick Start
- Install pnpm globally if you have not done so.
- Run the command
npx @nunuu/react-starterkit your-project-name
to 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
ESLint
errors - Auto organize import statements
- Integrates the following testing libraries:
- jest
- testing-library
- Run commands
pnpm test
orpnpm test:watch
to execute tests - Provides example
App.test.tsx
file