yarn install
yarn start
Runs this app in the development mode. Open http://localhost:3000 to view the browser.
yarn test --coverage --watchAll -false
Lauch the test runner. You can see the coverage
python3 manage.py runserver 0.0.0.0:8000
Runs backend
python3 manage.py test