Skip to content

twolfe2/express-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies.

$ npm install

Run the app

$ npm run start

Build Docker image

$ cd ~/express-hello-world  # or whatever is the directory location of this repo
$ docker build -t hello-world-image .

About

Hello world app using express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 64.6%
  • JavaScript 35.4%