5.12.2018
- $ npm init
- $ npm install express --save
- $ node app.js
- $ npm start
- http://home.ryandunn.co:5000/
- http://10.0.0.21:5000
4.29.2018
- $ node app.js
- run the simple app
- $ npm init
- init the application with the new express library
- $ npm install express --save
- installs the libraries related to express