Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 452 Bytes

File metadata and controls

18 lines (14 loc) · 452 Bytes

test-automate

Overview: base express app from the express hello world example. This uses vagrant to setup a VM.

steps

  1. get the project
  2. vagrant up
  3. 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
  1. vagrant ssh (get into the machine)
  2. npm start (runs the nodemon app.js)
  3. go to a browser and go to http://localhost:3000