Table of Contents Running the app Running the app Before running the application one must install the dependencies: $ npm install Then, run the script that creates points to be shown on the map: $ node src/migration/seed_points.js To run the application type: $ npm start