This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app localy
in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds a docker image named carto
.
Run the carto
image with the port 3000 of the container redirected to the port 3000 of the host.
The -v
orders a bind mount
of the local folder to the container (used when developing).