Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negaashley/ejstemplatingpractice
https://github.com/negaashley/ejstemplatingpractice
ejs ejs-templating express
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/negaashley/ejstemplatingpractice
- Owner: NegaAshley
- Created: 2022-01-21T02:51:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T06:50:33.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T12:04:37.458Z (about 3 hours ago)
- Topics: ejs, ejs-templating, express
- Language: EJS
- Homepage:
- Size: 740 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.