Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/localjo/sanfrancisco-streetfood
A demo street food map using React, TypeScript and Mapbox GL
https://github.com/localjo/sanfrancisco-streetfood
demo mapbox-gl react typescript
Last synced: 7 days ago
JSON representation
A demo street food map using React, TypeScript and Mapbox GL
- Host: GitHub
- URL: https://github.com/localjo/sanfrancisco-streetfood
- Owner: localjo
- Created: 2020-04-17T00:20:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:35:53.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:43:13.046Z (7 months ago)
- Topics: demo, mapbox-gl, react, typescript
- Language: TypeScript
- Homepage: https://iamlocaljo.com/sanfrancisco-streetfood/
- Size: 8.44 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# San Francisco Street Food Map
> A demo street food map using React, TypeScript and Mapbox GL
![Screenshot](./screenshot.png)
This is a demo app I created using React, TypeScript and Mapbox GL (`react-map-gl`) to render data on a map. The street food data I used comes from [DataSF's Mobile Food Facility Permit data](https://data.sfgov.org/Economy-and-Community/Mobile-Food-Facility-Permit/rqzj-sfat). Feel free to browse the code, try the live app, or fork the repo.
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.
### `yarn build`
Builds the app for production to the `build` folder.