# @carto/create-react

> Template for creating CARTO applications in React

Latest version **0.1.5** (published 2025-04-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @carto/create-react
pnpm add @carto/create-react
yarn add @carto/create-react
bun add @carto/create-react
```

Provides the commands `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`.

## Health

**Score 30/100 (F)** — status: maintenance-mode.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.5 |
| Published | 2025-04-01 |
| First published | 2024-08-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 23 |
| Unpacked size | 42.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Don McCurdy <donmccurdy@carto.com> |
| Maintainers | jmtorrescartodb, juanra-carto, cartodb, shylpx, jaragon, aaranadev, zbigg, josmorsot, vmilan, felixpalmer, donmccurdy, moicalcob, aalmonacid, jmgaya, menusal |

## Links

- npm: https://www.npmjs.com/package/@carto/create-react
- Repository: github:CartoDB/carto-app-templates
- npm.io page: https://npm.io/package/@carto/create-react

## Dependencies (23)

- [meow](https://npm.io/package/meow.md) ^13.2.0
- [react](https://npm.io/package/react.md) ^18.3.1
- [react-dom](https://npm.io/package/react-dom.md) ^18.3.1
- [maplibre-gl](https://npm.io/package/maplibre-gl.md) ^4.7.1
- [react-map-gl](https://npm.io/package/react-map-gl.md) ^7.1.9
- [@deck.gl/core](https://npm.io/package/@deck.gl/core.md) ~9.1.8
- [@deck.gl/json](https://npm.io/package/@deck.gl/json.md) ~9.1.8
- [@luma.gl/core](https://npm.io/package/@luma.gl/core.md) ~9.1.6
- [@deck.gl/carto](https://npm.io/package/@deck.gl/carto.md) ~9.1.8
- [@deck.gl/react](https://npm.io/package/@deck.gl/react.md) ~9.1.8
- [@deck.gl/layers](https://npm.io/package/@deck.gl/layers.md) ~9.1.8
- [@luma.gl/engine](https://npm.io/package/@luma.gl/engine.md) ~9.1.6
- [@deck.gl/widgets](https://npm.io/package/@deck.gl/widgets.md) ~9.1.8
- [@loaders.gl/core](https://npm.io/package/@loaders.gl/core.md) ^4.3.3
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^6.30.0
- [@carto/api-client](https://npm.io/package/@carto/api-client.md) ^0.4.9
- [@auth0/auth0-react](https://npm.io/package/@auth0/auth0-react.md) ^2.3.0
- [@deck.gl/extensions](https://npm.io/package/@deck.gl/extensions.md) ~9.1.8
- [@deck.gl/geo-layers](https://npm.io/package/@deck.gl/geo-layers.md) ~9.1.8
- [@carto/create-common](https://npm.io/package/@carto/create-common.md) ^0.1.5-alpha.0
- [@deck.gl/mesh-layers](https://npm.io/package/@deck.gl/mesh-layers.md) ~9.1.8
- [@luma.gl/shadertools](https://npm.io/package/@luma.gl/shadertools.md) ~9.1.6
- [@deck.gl/aggregation-layers](https://npm.io/package/@deck.gl/aggregation-layers.md) ~9.1.8

## Recent versions

- 0.1.5 (latest) — 2025-04-01
- 0.1.5-alpha.0 (alpha) — 2025-03-31
- 0.1.4 — 2025-03-31
- 0.1.3 — 2024-10-29
- 0.1.2 — 2024-10-09
- 0.1.2-alpha.4 — 2024-10-07
- 0.1.1 — 2024-10-07
- 0.1.0 — 2024-10-07
- 0.0.13-0 — 2024-09-27
- 0.0.13-alpha.0 — 2024-09-25
- 0.0.12 — 2024-09-19
- 0.0.11 — 2024-09-18
- 0.0.10 — 2024-09-18
- 0.0.9 — 2024-09-06
- 0.0.8 — 2024-09-06
- … 5 more at https://npm.io/package/@carto/create-react/versions

## README

# CARTO application template (React)

## Quickstart

```bash
# install dependencies
yarn

# start local development server
yarn dev
```

During local development, the application can be found at `https://127.0.0.1:4001`,
or another available port. Note that HTTPS is required when using OAuth, and the
URL (including port number) in your SPA OAuth Client configuration must match.

---
_Source: https://npm.io/package/@carto/create-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
