📝 Edit page
➕ Add page
Create React app
Recommended - see the create-react-app.dev/ site.
Standard
From Getting Started page.
$ npx create-react-app my-app
Or
$ yarn create react-app my-app
TypeScript
Create an app with TypeScript support. Based on the Adding TypeScript doc.
$ npx create-react-app my-app --template typescript
Use a template repo
Here is my own repo based on the standard create React app setup. But with docs and CI/CD to test and deploy the app as a GitHub Page site.