From the root directory run:
npm install
npm install -g nodemon webpack
webpack --watch
node server.js
Visit `localhost:3000` in the browser.
**The server file is in the root directory for easy access, but there is a server
folder where all logic will be stored.