App uses React, Redux, Styled Components
- Node.js - you can download it here https://nodejs.org/en/download/
Log in to GitLab NPM package registry. Token could be retrieved at GitLab User Settings / Access Tokens with read_api option enabled.
yarn config set '//gitlab.com/api/v4/packages/npm/:_authToken' <token>
Install package dependencies
yarn install
yarn start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.