Skip to content

codezri/express-ejs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-ejs-demo

A sample Express app that uses EJS template engine

How to run this project?

Clone or download the repository. Install dependencies:

npm install
# --- or ---
yarn install

Run the app:

npm start
# --- or ---
yarn start

Visit localhost:3000 from your web browser.

Credits

This project was created based on the Olusamimaths/templating-with-ejs repository which was created for this LogRocket article. Credit goes to the original author Samuel Olusola

License

MIT

About

A sample Express app that uses EJS template engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published