Install the packages:
yarn install
Start the development server:
yarn start
and head over to http://localhost:8080.
Changes will be live-reloaded in the browser. No need to restart the server or reload the browser when you make a change.
Run the tests once:
yarn test
Or keep them re-running on change:
yarn test:watch