Clone the repo and install the dependencies:
git clone https://github.com/WildCodeSchool/express-router-quest.git
npm installRun the server (uses Nodemon):
npm startFor perfectionists out there (runs ESLint with auto-fix):
npm run lint