Let's get started by using create-react-app. It will bootstrap the project with everything needed.
create-react-app
$ cd packages $ rm -rf web $ npx create-react-app web --typescript
Delete unnecessary files like .gitignore and README.md.
.gitignore
README.md
Last updated 6 years ago