/docker-compose-express-boilerplate

Dockerised starter example express app with opinionated commands

Primary LanguageJavaScript

Docker-Compose Express Boilerplate

Dockerised starter example express app. Includes optional Makefile commands.

Start

make up
open http://`docker-machine ip dev`:3000

Logs

make status

Test

make cli
npm run test

License

MIT © Duncan Beaton