Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 485 Bytes

MEAN Docker

App to show a Docker Compose set up for a mean application running Angular 2.

NOTE For angular 7 try ng-7 branch

Set up

Make sure you have docker and docker-compose installed.

Docker-compose should be version 1.6 or higher.

Clone the repo

$ git clone https://github.com/gangachris/mean-docker

Run docker

$ docker-compose up

App should be running in localhost:4200