To work with project install nvm and install nodejs version from .nvmrc file by nvm. After that call nvm use (to use correct nodejs version) in terminal.
Call npm run start after. This will run webpack dev server in http://localhost:8080.
Call npm run build after. You will get static sites artifacts in /dist folder that can be served later by some server.