This is the template I use to start my React projects.
- Default project setup with create-react-app.
- Tailwind setup.
- Added
.env
file withBROWSER=none
to preventnpm start
from opening the browser. - Set
homepage
and addedpredeploy
anddeploy
commands inpackage.json
. - Deleted
App.css
andlogo.svg
. - Indented everything with Tabs, removed comments.
- Edited and cleaned
App.js
to show the below page.