Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 785 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Docker

Install Docker

Available Scripts

In the project directory, you can run:

1.- Build docker image

Build Project for Docker (MongoDB and Project in docker)

1.1 Commands

Build image

docker compose -f docker-compose.yml build

Run Image

  • this command can be used for build and run docker image
docker compose -f docker-compose.yml up -d

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.