Skip to content

hazel260802/NodeJS

Repository files navigation

NodeJS Course on Udemy

THIS IS MY OWN PROCESS ON UDEMY
  1. INSTALLING SOME USEFUL PACKAGES:
    git init
    npm install -save express
    npm install --save-dev nodemon
    
  2. RUN APP:
    npm start
    
  3. USING TEMPLATING ENGINE:
  • Pug:
    npm install --save ejs pug express-handlebars
    
    • If you want to use pug (more extensions):
      npm install pug
      
  • HandleBars:
    npm install --save [email protected]
    
  • Ejs:
    npm install ejs
    

About

NodeJS course(UDEMY)

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors