OmgImAlexis / express-hello-world

Hello world app using express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dockerfile 64.6%Language:JavaScript 35.4%