mymaor89 / shlombait-dockerized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCE Final project Mern stack dockerized

node1

Dockerized MERN stack developement environment

  • For MacOS and Ubuntu

    • Install Docker
    • Clone the repo
    • Run docker-compose up
    • Browse to localhost:3000
    • Stop containers and removes volumes: Run docker-compose down -v
  • For Windows

When making changes to Dockerfile or to package.json:

  • Delete the old image with docker rmi
  • run docker-compose up, compose will recreate the image and will run npm install.

mern-dockerized

About


Languages

Language:JavaScript 51.8%Language:CSS 41.7%Language:HTML 6.2%Language:Shell 0.2%