- This repository includes basic setup for a react application with typescript. It helps avoid hassle to setup eslint, prettier, husky and lint staged into a freshly created react application. As per default jest the testing framework for this project.
- Clone the repository and execute
npm ito install the packages. - Run
npm run devto start the development server.
The project inlcudes Airbnb's linting guidelines. Check .eslintrc.json file for more information.