@nunuu/react-starterkit
1.1.2 • Public • Published
- 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.
- 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
or pnpm test:watch
to execute tests
- Provides example
App.test.tsx
file
Package Sidebar
Install
npm i @nunuu/react-starterkit
Weekly Downloads