Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/negaashley/ejstemplatingpractice


https://github.com/negaashley/ejstemplatingpractice

ejs ejs-templating express

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 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.