Quick start Make sure you have Node version >= 6.0 and NPM >= 3 # change directory to repo cd video-gallery # install the repo with npm npm install # start the server npm start # build the project npm run build http://localhost:8080 in your browser