For development, you will only need Node.js installed on your environement.
Node is really easy to install & now include NPM or YARN. You should be able to run the following command after the installation procedure below.
$ node --version
v10.15.2
$ npm --version || yarn --version
6.9.0
$ git clone [email protected]:fabinppk/challenge.git
$ cd challenge
$ npm i
$ npm i
$ npm run start