Templates for creating CARTO applications in React, Vue, and Angular.
To create a new application, with CARTO, deck.gl, and your choice of web frameworks:
# React
yarn create @carto/react path/to/my-project
# Vue
yarn create @carto/vue path/to/my-project
# Angular
yarn create @carto/angular path/to/my-project
At the prompts, provide a name for the project, and any other required configuration details. A new CARTO application will be created in the specified directory. To start development:
# open project directory
cd path/to/my-project
# install dependencies
yarn
# build and run local dev server
yarn dev
# build and run local dev server (OAuth)
yarn dev:ssl
Package versioning follows Semantic Versioning 2.0.0.
Provided as open source under MIT License.