Run npm install
to install dependencies.
Then run npm start
to start the Express server and open the React app in your browser.
As of this writing, React 18 has not released yet. React 18 is in beta as of November 15, 2021. To install:
npm
npm install react@rc react-dom@rc
yarn
yarn add react@rc react-dom@rc