All Projects → CartoDB → carto-react-template

CartoDB / carto-react-template

Licence: other
CARTO for React. The best way to develop Location Intelligence (LI) Apps usign CARTO platform and React

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
EJS
674 projects
shell
77523 projects

Projects that are alternatives of or similar to carto-react-template

carto-react
CARTO for React packages
Stars: ✭ 17 (-29.17%)
Mutual labels:  maps, google-maps, carto, deck-gl, location-intelligence
mapmint
Fast and easy webmapping.
Stars: ✭ 51 (+112.5%)
Mutual labels:  maps, geospatial
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (-33.33%)
Mutual labels:  maps, geospatial
Dual-color-Polyline-Animation
This library will help to show the polyline in dual color similar as Uber.
Stars: ✭ 73 (+204.17%)
Mutual labels:  maps, google-maps
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+208.33%)
Mutual labels:  maps, google-maps
jpn-atlas
TopoJSONフォーマットの日本の国、都道府県、市区町村の境界データ。Japanese municipality and prefecture boundary data in topojson format.
Stars: ✭ 17 (-29.17%)
Mutual labels:  maps, geospatial
HealthCare-Scan-Nearby-Hospital-Locations
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.
Stars: ✭ 23 (-4.17%)
Mutual labels:  maps, google-maps
svelte-googlemaps
Svelte Google Maps Components
Stars: ✭ 62 (+158.33%)
Mutual labels:  maps, google-maps
rafagas
Daily geospatial links curated by Raf Roset
Stars: ✭ 17 (-29.17%)
Mutual labels:  maps, geospatial
google-streetview-images
Pull google streetview panoramic images along a route.
Stars: ✭ 45 (+87.5%)
Mutual labels:  maps, google-maps
roataway-web
Roataway web site
Stars: ✭ 15 (-37.5%)
Mutual labels:  maps, material-ui
js-markerclusterer
Create and manage clusters for large amounts of markers
Stars: ✭ 92 (+283.33%)
Mutual labels:  maps, google-maps
GoogleMapsHelper
An easy to integrate Model Based Google Maps Helper (SVHTTPClient, AFNetworking) That lets you Geo Code , Reverse Geocode, Get Directions , Places Autocomplete.
Stars: ✭ 21 (-12.5%)
Mutual labels:  maps, google-maps
activeadmin-latlng
Active Admin plugin for setting up latitude and longitude
Stars: ✭ 34 (+41.67%)
Mutual labels:  maps, google-maps
ember-google-maps
A friendly Ember addon for working with Google Maps.
Stars: ✭ 93 (+287.5%)
Mutual labels:  maps, google-maps
map-kit-android
An extensive framework for map development in Android.
Stars: ✭ 44 (+83.33%)
Mutual labels:  maps, google-maps
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+1012.5%)
Mutual labels:  maps, google-maps
google maps
🗺 An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (+66.67%)
Mutual labels:  maps, google-maps
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+11095.83%)
Mutual labels:  maps, google-maps
SimplePlacePicker
Android place picker module for searching and selecting a location on google maps
Stars: ✭ 42 (+75%)
Mutual labels:  maps, google-maps

CARTO for React

Welcome to CARTO for React! The best way to develop Location Intelligence (LI) Apps using CARTO platform + React + deck.gl.

You can see for yourself how easy it is to create an application in this video.

It is based on the most popular toolchain, Create React App, and it will allow you to start with a well designed structure following the best practices for modern frontend development and an integrated toolchain for testing, building and deploying your application.

@carto/cra-template-base-3 (basic template for CARTO 3)

version downloads

@carto/cra-template-base-3-typescript (basic template for CARTO 3 with TypeScript)

version downloads

@carto/cra-template-base-2 (basic template for CARTO 2)

version downloads

@carto/cra-template-sample-app-3 (sample app template for CARTO 3)

version downloads

@carto/cra-template-sample-app-2 (sample app template for CARTO 2)

version downloads

Getting started

The basic prerequisite for using Create React App is to have a package manager (npm or yarn) previously installed. yarn is preferred for developers contributing to the projects, as it will ensure a better integration with external libs.

To download our basic template for create-react-app and kickstart your application, just type the following command:

npm:

npx create-react-app my-app --template @carto/base-3

Yarn:

yarn create react-app my-app --template @carto/base-3

Note: that's the version corresponding to CARTO 3 (latest, recommended), but there are also other templates mentioned above.

Then you can start the development server:

npm:

cd my-app
npm start

Yarn:

cd my-app
yarn start

A full Sample Application with the most common functionality, deployed from the sample-app-3 template, is available at https://sample-app-react.carto.com


Want to know more about it? Visit the CARTO for React documentation page for more details, guides and a reference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].