Skip to content

rzfran/express-js-sample

 
 

Repository files navigation

Express.js application sample

Hosting guide

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.8%
  • JavaScript 11.2%