To start the app locally you need to install the dependencies:
npm installAlternatively you may use yarn:
yarnTo start the dev server type:
npm run devOr if you prefer yarn:
yarn run devNow you can navigate to http://localhost:8080/ and observe the app.