An easy way to create a Mapcomponents Maplibre Map-app!
- Run
npx create-react-app {myAppName} --template @mapcomponents/cra-template cdinto your project- Install all dependencies
yarn - Start the development server
yarn start
Creates an nginx container image that serves an optimized production build
docker build .
Start the image serving on host port 80
docker run -p 80:80 {image_hash}