sandbox-react/pbf
dancingCycle 15f98a481f feat(pbf): add map component 2022-09-14 15:09:44 +02:00
..
app feat(pbf): add map component 2022-09-14 15:09:44 +02:00
config feat(pbf): initial commit 2022-09-08 13:41:44 +02:00
proto2js chore(pbf): add gtfs-r js sources 2022-09-13 15:30:00 +02:00
public feat(pbf): initial commit 2022-09-08 13:41:44 +02:00
.babelrc feat(pbf): initial commit 2022-09-08 13:41:44 +02:00
.gitignore feat(pbf): initial commit 2022-09-08 13:41:44 +02:00
.gitmodules chore(pbf): add gtfs-r js sources 2022-09-13 15:30:00 +02:00
README.md chore(pbf): add gtfs-r js sources 2022-09-13 15:30:00 +02:00
package-lock.json chore(pbf): bump version to v0.4.0 2022-09-14 11:29:33 +02:00
package.json chore(pbf): bump version to v0.4.0 2022-09-14 11:29:33 +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