Implemented using following concepts:
- Setup ESLint and Prettier
- Installing Nodemon
- Installed template engine (ejs)
- Used express middleware
- Using partials with ejs
- Handling errors
Make sure you have Node.js and npm installed on your machine.
git clone https://github.com/snehalk19/website-nodejs-express.git
cd website-nodejs-express
npm install
npm run dev