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
- Host: GitHub
- URL: https://github.com/owsas/parse-query-map
- Owner: owsas
- Created: 2017-11-10T21:33:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T19:51:23.000Z (about 8 years ago)
- Last Synced: 2025-12-25T23:36:36.542Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://patreon.com/owsas)