Clone this repository onto your local development machine:
git clone https://github.com/codeforgermany/click_that_hood.git
cd click_that_hood
Install dependencies:
npm i
Start the server:
npm start
Open it in a browser: http://localhost:8020
It runs on port 8020 by default, but it can be changed by setting the PORT=
environment variable.