sandbox-react/leaflet/README.md

1.2 KiB

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