wordleApp 1. Install dependencies: npm i / npm install 2. Connect to mongodb://localhost:27017 in MongoDB Compass 3. Create a database called highscore with the collection scores 4. Start app: npm start Highscores are found at localhost:5080/highscore and About page at localhost:5080/about Run test: npm test no need for npm build