An empty react app with frontend eslint configuration.
Stuff needed to be met before starting the dev process.
- node v16.13.1
- yarn
Stuff needed to be done in order to start the project.
- Install the dependencies
yarn
- Lint the project
yarn lint:fix
- Start the project
yarn start