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