Changes from the create-react-app typescript template
Added @emotion/react
as a dependency.
For being able to use the emotion css
prop, the babel config needs to be altered.
Thats why the project is using react-app-rewired
and customize-cra
as dependencies to be able to alter the webpack config via config-overrides.js without ejecting the app.
Simply change the apps name in package.json and you are ready to go.
Before deployment, replace the CRA placeholders, namely favicon.ico, logo192.png, logo512.png, manifest.json, robots.txt with your own versions.