Prerequisites
Before you can start, you'll first need to install Yarn.
Then run yarn to install project dependencies.
In the project directory, you can run:
yarn dev runs the app in development mode
yarn test launches the test runner in the interactive watch mode
yarn build compiles the application for production deployment
yarn start starts the application in production mode