Bootstrap project to easily start a new React application.
npx degit cristobalgvera/ez/react YOUR_APP_NAME
cd YOUR_APP_NAME
git init
yarn # npm i
Bootstrapped project uses feature-sliced methodology. Inside you'll find initial structure for folders (with some examples), including tests.
If you don't want to follow this kind of structure, feel free to remove folders and do it in the way you want.
Project uses following libraries as core (only React is not a developer dependency):
- React.
- TypeScript.
- Vite.
- Tailwind.
- Jest.
- ESLint.
- Prettier.
- Husky.
- Lint Staged.