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

https://github.com/owsas/parse-query-map

A React component for Parse, that displays locations based on a Parse.Query
https://github.com/owsas/parse-query-map

Last synced: 2 months ago
JSON representation

A React component for Parse, that displays locations based on a Parse.Query

Awesome Lists containing this project

README

          

# React module template

Use this template to build your own modules for `react@^16.0.0`

## Usage
1. Clone this repository
1. Run `yarn install` (Usage of Yarn is recommended)
1. Edit the `src/index.jsx` file and then run `npm run dev`.
1. This will start the `webpack-dev-server`
1. Then open your browser at `localhost:3100`
1. The browser will be updated everytime you change the code at `src/index.jsx`

## Features
* Linting with eslint
* Linting code style: Airbnb
* Testing with `jest@^21.2.1` and `enzyme@^3.1.1`
* Uses `babel` for JS transpiling
* Uses `webpack` for building the code

## Folder structure
* `/src`: The module code
* `/test`: The tests for the `src` components
* `/build`: The target compilation directory

## Credits
Juan Camilo Guarín Peñaranda
[Otherwise SAS](https://github.com/owsas)
Cali, Colombia, 2017

## License
MIT

## Support us on Patreon
[![patreon](./repo/patreon.png)](https://patreon.com/owsas)