Overview: base express app from the express hello world example. This uses vagrant to setup a VM.
- get the project
- vagrant up
- setup sftp
- get web storm
- setup deployment
- sftp
- type vagrant ssh-config to find host IP
- use the vagrant ssh key from the .vagrant folder
- vagrant ssh (get into the machine)
- npm start (runs the nodemon app.js)
- go to a browser and go to http://localhost:3000