joerx / express-hello

Just a stupid express.js hello world sample I'm using for testing server installations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Express!

Just a stupid express.js hello world sample I'm using for testing server installations

Running with Docker

docker build -t joerx/express-hello-src .
docker run -it -p 3000:3000 --rm joerx/express-hello-src

Running Tests via Docker

docker build -t joerx/express-hello-test spec/
docker run -it --rm joerx/express-hello-spec

About

Just a stupid express.js hello world sample I'm using for testing server installations

License:ISC License


Languages

Language:JavaScript 100.0%