Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 942 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 942 Bytes

EJSTemplatingPractice

#Steps to Pull and Run

  1. Navigate to the main page of the repository.
  2. Above the list of files, click (Down Arrow) Code.
  3. To clone the repository using HTTPS, under "Clone with HTTPS", click the clipboard icon. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click Use SSH, then click the clipboard icon. To clone a repository using GitHub CLI, click Use GitHub CLI, then click the clipboard icon.
  4. Open Git Bash.
  5. Change the current working directory to the location where you want the cloned directory.
  6. Type git clone, and then paste the URL you copied earlier.
  7. Press Enter to create your local clone.
  8. Type npm install to install dependencies.
  9. Type nodemon index.js to run the project.
  10. Open Chrome and navigate to localhost:3000
  11. Press Control + C in Git Bash when you would like to terminate the Node server.