React Web App
- Node installed
- Yarn installed
First you need to install the app's dependencies
# install dependencies
yarnThen you can start the app
# start the app in dev mode:
yarn dev
# or start the app in production mode:
yarn build
yarn startNow open up http://localhost:3000