Skip to content

khianvictorycalderon/Express-JS-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express JS Demo

My first express.js files

Steps:

  1. Initialize the project, run npm init -y
  2. Update the package.json, change this part:
"scripts": {
  "test": "echo \"Error: no test specified\" && exit 1"
}

into this:

"scripts": {
  "server": "nodemon index.js"
}
  1. Run npm install express
  2. Run npm install nodemon --save-dev
  3. Run npm install ejs
  4. To start the server, run npm run server

About

My first experience with express.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published