Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerlinn13/hummingbird
https://github.com/aerlinn13/hummingbird
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aerlinn13/hummingbird
- Owner: aerlinn13
- Created: 2019-06-04T20:23:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T07:48:27.000Z (about 2 years ago)
- Last Synced: 2023-03-11T02:38:57.719Z (almost 2 years ago)
- Language: JavaScript
- Size: 5.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hummingbird Frontend Test Starter App by Danil Chernyshev
![Screenshot](screenshot.png)This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
## Prerequisits
First up you will need [NodeJS](https://nodejs.org/en/) installed on your system to run the build tools & test runner.
## Getting Started
To install the app dependencies do a
```
npm install
```Run app in the development mode.
```
npm start
```
Open 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.Run unit tests
```
npm test
```Mapping is set up with React-Leaflet read more about it and the underlying Leaflet.js below
- https://github.com/PaulLeCam/react-leaflet
- http://leafletjs.com/Happy coding