Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 401 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 401 Bytes

SENG-513-project (Doodler)

Deployment instructions

  • Clone Repository.
  • Install dependencies npm install
  • CD into client cd ./client
  • Install dependencies npm install
  • Create a new build npm run-script build
  • CD back into server cd ../
  • Run the server node app.js
  • Open http://localhost:5000 in the browser to view the web app