Skip to content

Latest commit

 

History

History

react

⚛️ 😌 EZ React

Bootstrap project to easily start a new React application.

💻 Usage

npx degit cristobalgvera/ez/react YOUR_APP_NAME
cd YOUR_APP_NAME

git init
yarn # npm i

👨‍💻 Development

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.

🧪 Libs

Project uses following libraries as core (only React is not a developer dependency):

  • React.
  • TypeScript.
  • Vite.
  • Tailwind.
  • Jest.
  • ESLint.
  • Prettier.
  • Husky.
  • Lint Staged.