Skip to content

we-prajapati-c001/node-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Simple Website with NodeJS, Express & EJS view engine

Document

  • Clone this repo.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published