Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 815 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 815 Bytes

Build Simple Website with NodeJS, Express & EJS view engine

Document

  • Clone this repo: git clone https://github.com/bhanushalimahesh3/node-website.git
  • Install dependencies using npm javascript package manager: npm install
  • Start node server with nodemon: nodemon 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