Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donatto22/react-maps
This is a demostration using leaflet and React Google Maps
https://github.com/donatto22/react-maps
json-server leaflet react
Last synced: 17 days ago
JSON representation
This is a demostration using leaflet and React Google Maps
- Host: GitHub
- URL: https://github.com/donatto22/react-maps
- Owner: donatto22
- Created: 2024-07-27T18:16:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T18:17:10.000Z (7 months ago)
- Last Synced: 2025-02-04T18:15:39.322Z (17 days ago)
- Topics: json-server, leaflet, react
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Farm + React
This template should help you start developing using React and TypeScript in Farm.
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm start
```Build the app for production:
```bash
pnpm build
```Preview the Production build product:
```bash
pnpm preview
```Clear persistent cache local files
```bash
pnpm clean
```