This is the template I use to start my React projects.
.env
file with BROWSER=none
to prevent npm start
from opening the browser.homepage
and added predeploy
and deploy
commands in package.json
.App.css
and logo.svg
.App.js
to show the below page.MIT
License.CHANGELOG.md
.