Skip to content

buzzcosm/ztm-course-projects-nodejs-express-project

Repository files navigation

Express Project

ZTM Udemy Course - Complete NodeJS Developer.

Prerequisite

  • Node.js is installed ⚡
  • Prefered Code-Editor/IDE is installed (For example: vscode) ✍
  • Terminal is ready 😎

Description

Exercises for Express server.

HandleBars Templating in ExpressJS

Install package

npm i hbs --save

Process

Install npm packages ⬇

npm install

Run node application 🏎️💨

npm start
npm run watch

Clean packages 🧹🪣

npm run clean

Check vulnerabilities 🤔

npm audit

Fix vulnerabilities if needed ✅

npm audit fix

Useful references