Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-hello-world

Example project using Express

Check dependencies

node --version
npm --version

Create package.json

npm init

Install express and add it to package.json

npm install --save express

Install nodemon to restart express as we make changes.

npm install -g nodemon

Start the server.

nodemon index.js

Open http://localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages