https://github.com/biomathcode/react-nearest-location
https://github.com/biomathcode/react-nearest-location
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/biomathcode/react-nearest-location
- Owner: biomathcode
- Created: 2025-11-27T20:45:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-11-27T20:45:58.000Z (5 months ago)
- Last Synced: 2026-01-11T19:28:20.539Z (3 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-components-starter
A starter for creating a React component library.
## Development
- Install dependencies:
```bash
npm install
```
- Run the playground:
```bash
npm run play
```
- Run the unit tests:
```bash
npm run test
```
- Build the library:
```bash
npm run build
```