To make the project running you need to have installed:
To install all needed dependencies in the main directory run
npm install
To start the local server in the main directory run
npm start
After doing that you should be able to see the website at the localhost:8080
address in your browser.