Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aerlinn13/hummingbird


https://github.com/aerlinn13/hummingbird

Last synced: about 2 months ago
JSON representation

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