https://github.com/toweringcloud/react-goolemap-starter
location based frontend web app using bun + react v19 + googlemap
https://github.com/toweringcloud/react-goolemap-starter
Last synced: 9 months ago
JSON representation
location based frontend web app using bun + react v19 + googlemap
- Host: GitHub
- URL: https://github.com/toweringcloud/react-goolemap-starter
- Owner: toweringcloud
- License: mit
- Created: 2025-06-27T02:10:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T04:18:03.000Z (12 months ago)
- Last Synced: 2025-06-27T04:56:55.263Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-googlemap-starter
location based frontend web app using react + googlemap
## how to run
### setup
- install latest bun runtime
```sh
$ curl -fsSL https://bun.sh/install | bash
bun was installed successfully to ~/.bun/bin/bun
$ bun -v
1.2.15
```
### configure
- install packages with bun
```sh
$ bun init -y
$ bun i
bun install v1.2.15 (df017990)
Checked 161 installs across 215 packages (no changes) [19.00ms]
```
- create runtime variables
```sh
$ cat .env
REACT_APP_MAPS_API_KEY={YOUR_GOOGLEMAP_API_KEY}
```
### launch
- run bun app with development mode
```sh
$ bun dev
```