/mern-dockerized-app

☠ A barebones dockerized scaffolding using the MERN stack

Primary LanguageJavaScript

mern-dockerized-app

Mongo

Express

React

Node


Pre-requisites

You need Node and Docker installed in your machine


Available commands

  • make build: Builds the development containers
  • make dev: Starts the development containers exposing the apps
  • make api-test-watch: Run backend tests in watch mode. (Run in a different terminal with container already up)
  • make web-test-watch: Run frotend tests in watch mode. (Run in a different terminal with container already up)
  • make down: Shuts down all containers

Exposed Ports


Nice to haves:

  • Eslint
  • Commitizen