tbow5257 / feel-the-mern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN-Docker - Starter for building MERN Apps using Docker

MERN DOCKER diagram

Prerequisites:

You must have Docker Installed in your System !

How to run the App :

In Development Mode :

First copy the content of docker-compose-dev.yml to docker-compose.yml

Run the app using :

$ docker-compose up --build -remove-orphans

The App should be App :

visit client : http://localhost:3000

visit server : http://localhost:8080

To check the status :

docker-compose ps

In Production Mode :

First copy the content of docker-compose-prod.yml to docker-compose.yml

Run the app using :

$ docker-compose up --build -remove-orphans

The App should be up at http://localhost:8080

About


Languages

Language:JavaScript 84.6%Language:CSS 6.3%Language:HTML 5.5%Language:Dockerfile 3.6%