Create App
Create React App#
Run create-react-app, substitute my-app for your app name.
Prettier#
Instructions from CRA Docs.
Add the following to package.json
React Router#
Install the following packages.
You could now paste/use the following in App.tsx. You will make your own Page components - this is only an example of where to start with the Router.