Use of public data to understand pedestrian access issues
- Download and install Node.js
- Download react:
npm install --save react - Download a command line tool to create a new react application, run:
npm install -g create-react-app - Download react router dom - it enables client-side URL routing:
npm install --save react-router-dom
- Once everything is installed, switch into the app directory:
OpenPedDataPortal/dashboard - Run:
npm start-- opens a new tab with the app in the default browser