joaoguilherme1 / mern-stack-application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN stack application

Run the project

With docker

By now, only the frontend part is running. so entry inside the frontend folder and run

./run.sh

if it doesn't work, try to run the command bellow:

chmod +x run.sh

PS: only works for linux

With docker-compose

Just run the command

docker-compose up --build

About


Languages

Language:JavaScript 58.7%Language:CSS 28.6%Language:HTML 9.5%Language:Shell 1.8%Language:Dockerfile 1.4%