sabman / react-leaflet-tile38-docker-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a simple PoC that shows how to use React, Leaflet, Tile38, Nginx and Docker.

I created it since there were not many simple sandboxes to play around with Tile38 server.

Steps to run

First you need to run the backend

docker-compose up --build

This starts Nginx CORS proxy, Tile38 server and simple Bash server that changes position of points.

cd front/
npm run start

This starts web application.

About


Languages

Language:TypeScript 45.3%Language:HTML 26.5%Language:Shell 14.4%Language:CSS 12.7%Language:Dockerfile 1.2%