mern-docker-app/
├── client/
│ ├── public/
│ │ └── index.html
│ ├── src/
│ │ ├── App.js
│ │ └── index.js
│ ├── Dockerfile
│ └── package.json
├── server/
│ ├── src/
│ │ └── index.js
│ ├── Dockerfile
│ └── package.json
├── docker-compose.yml
├── docker-compose.prod.yml
└── .dockerignore
Tired of wasting time constructing the basic file structure just to get started building your MERN app. Just say HEY MERN! Use this simple script to get you up in running immediately with one command.
$ npx heymern