This assumes that you have docker already installed, otherwise jump to next section.
On the root folder run docker-compose up
, this will build and run the docker container where the app runs.
The application will open to http://localhost:8080 in your browser.
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint