Set up

npm init -y
npm i express

npm i --save-dev nodemon # allows for wick server restart
nodemon file.js