Skip to content

tonyfosterdev/express-pt1-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-Hello-World

A basic example of Express.js.

Getting Started

  1. Clone the repository
# if you use SSH
~$ git clone [email protected]:tonyfosterdev/express-pt1-hello-world.git
# if you use HTTPS
~$ git clone https://github.com/tonyfosterdev/express-pt1-hello-world.git
  1. Navigate to application folder and install npm dependencies
~$ cd express-pt1-hello-world
~/express-pt1-hello-world$ npm install
  1. Start the application
~/express-pt1-hello-world$ npm run start
  1. Optionally, build and run in a docker container
~/express-pt1-hello-world$ docker build -t <docker-user-name>/express-pt1-hello-world .
~/express-pt1-hello-world$ docker run -p 3000:3000 -d <docker-user-name>/express-pt1-hello-world

Demonstrate

When the application is running, navigate to http://localhost:3000 in a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published