- INSTALLING SOME USEFUL PACKAGES:
git init npm install -save express npm install --save-dev nodemon - RUN APP:
npm start - USING TEMPLATING ENGINE:
- Pug:
npm install --save ejs pug express-handlebars- If you want to use pug (more extensions):
npm install pug
- If you want to use pug (more extensions):
- HandleBars:
npm install --save [email protected] - Ejs:
npm install ejs