Project created for Hexocean recruitment purpose. Tested on Node v16.2 That task took me something about 6 hours.
Install dependecies with yarn
yarn install
Run react development server with live reload
yarn start
Or make a build and put it on any regular http server
yarn build