Skip to content

bdfd/Heroku_Node.js_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Simple Website with NodeJS, Express & EJS view engine

Document

  • Install dependencies using npm javascript package manager: yarn
  • Start node server with nodemon: yarn start
  • Tune to url: http://localhost:3000

All boilerplate code managed by express generator framework adhering to DRY rule. Routes are defined in routes/index.js file, static view pages are in views folder. I have implemented partials concept to avoid code redundancy in html using EJS view engine. Css and Javascript files are stored in public folder.

Screenshot

Thanks For Vist This Repositories! Please Star If You Like It

KEEP AWESOME & STAY COOL!

Feel Free To Fork And Report If You Find Any Issue :)

Star Badge View Repositories View My Profile