portermichael / portfolio

This is a portfolio project made to showcase blog posts and github work. I'm currently building a jekyll blog to replace this.
https://mike-porter-portfolio.herokuapp.com/
0 stars 0 forks source link

Class 07 #11

Closed portermichael closed 7 years ago

portermichael commented 7 years ago

This event took approximately 30 minutes.

I re-organized the files into a /public and created a server.js. I then used npm init to initialize the node project. I used npm i --save express to create express as a dependency. I then wrote the server.js file. I used strict, defined several constants related to running express and the server including a console log related to the port the server is running on.