This is the template I use to start my React projects.
- Default project setup with create-react-app.
- Tailwind setup.
- Added
.envfile withBROWSER=noneto preventnpm startfrom opening the browser. - Set
homepageand addedpredeployanddeploycommands inpackage.json. - Deleted
App.cssandlogo.svg. - Indented everything with Tabs, removed comments.
- Edited and cleaned
App.jsto show the below page.