Skip to content

bsixstyle/docker-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MERN with docker starter

git clone https://github.com/ixanscream/fullstack-c.git
  • For MacOS and Ubuntu

    • Install Docker
    • Clone the repo git clone
    • Run docker-compose up
    • Stop containers and removes volumes: Run docker-compose down -v
  • For Windows

    • Install Docker or DockerToolbox
    • If DockerToolbox, then clone the repo in C:/Users/[username], eg. C:/Users/user
    • Change port-forward settings in Virtualbox (https://photos.app.goo.gl/Cic7cYvmEH9Txeve9)
    • Run docker-compose up
    • Stop containers and removes volumes: Run docker-compose down -v

Now you can test localhost:3000

The server or backend api run on port 3001 And the front end run on port 3000

About

docker mern (mongo express react node) starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published