Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 325 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 325 Bytes

Building a website with Node.js and Express

This application uses NodeJs and Express to create a web app using EJS templates.

Setting up the project

  • In your terminal, create a directory nodejs-express-app and change into it.
  • Run the following:
    git clone (using this repo link) 
    npm init