Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 580 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 580 Bytes

Building a website with Node.js and Express

Implemented using following concepts:

  1. Setup ESLint and Prettier
  2. Installing Nodemon
  3. Installed template engine (ejs)
  4. Used express middleware
  5. Using partials with ejs
  6. Handling errors

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

Clone the repository:
git clone https://github.com/snehalk19/website-nodejs-express.git
cd website-nodejs-express
Install dependencies:
npm install
Run the app:
npm run dev