Skip to content

partiallysorted/express-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published