sandbox-react/leaflet
dancingCycle aaf767bd03 feat(leaflet): add vehicle positions to map 2022-09-14 22:41:47 +02:00
..
app feat(leaflet): add vehicle positions to map 2022-09-14 22:41:47 +02:00
config feat(leaflet): add svg loader according to https://www.pluralsight.com/guides/how-to-load-svg-with-react-and-webpack 2022-09-14 21:25:30 +02:00
proto2js feat(leaflet): initial commit 2022-09-14 15:14:45 +02:00
public feat(leaflet): initial commit 2022-09-14 15:14:45 +02:00
.babelrc feat(leaflet): initial commit 2022-09-14 15:14:45 +02:00
.gitignore feat(leaflet): initial commit 2022-09-14 15:14:45 +02:00
.gitmodules feat(leaflet): initial commit 2022-09-14 15:14:45 +02:00
README.md feat(leaflet): initial commit 2022-09-14 15:14:45 +02:00
package-lock.json feat(leaflet): add svg loader according to https://www.pluralsight.com/guides/how-to-load-svg-with-react-and-webpack 2022-09-14 21:25:30 +02:00
package.json feat(leaflet): add svg loader according to https://www.pluralsight.com/guides/how-to-load-svg-with-react-and-webpack 2022-09-14 21:25:30 +02:00

README.md

React.js Example

Table of Contents

  1. General
  2. Links

General

  • check out project and change into the project root folder
git clone --recurse-submodules dancesWithCycles/sandbox-react.git
cd sandbox-react/pbf
  • if not already done, submodules can be pulled like this from the project root folder\
git submodule init
git submodule update
  • run the following instruction to install dependenies
npm i
  • run the following instrction to start the service
npm run start

Links