This repository contains boilerplate code for a React project initialized with the following stack:
If you found this template helpful, you can help me out by starring this repository! ⭐
yarn
- Install dependencies
yarn dev
- Start the development server
yarn build
- Create an optimized production build
The project is configured to run Prettier and ESLint on changed files when a commit is made.