Create React App

Let's get started by using create-react-app. It will bootstrap the project with everything needed.

$ cd packages
$ rm -rf web
$ npx create-react-app web --typescript

Delete unnecessary files like .gitignore and README.md.

Last updated

Was this helpful?