my react starter code
it uses parcel to build, prettier for code formatting and eslint as linting tool. es lint has some presets installed related to accessibility and stuff, you can see it in the eslint configuration file.
First install dependencies:
npm install
Run in Development Mode:
npm run dev
Create a production build
npm run build