Skip to content

Commit

Permalink
Badges (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
alasarr authored Nov 25, 2020
1 parent 23eb4c3 commit 9df8dd0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ 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](https://github.com/facebook/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 (skeleton template)**

<a href="https://npmjs.org/package/@carto/cra-template">
<img src="https://img.shields.io/npm/v/@carto/cra-template.svg?style=flat-square" alt="version" />
</a>

<a href="https://npmjs.org/package/@carto/cra-template">
<img src="https://img.shields.io/npm/dt/@carto/cra-template.svg?style=flat-square" alt="downloads" />
</a>

**@carto/cra-template-sample-app (sample app template)**

<a href="https://npmjs.org/package/@carto/cra-template-sample-app">
<img src="https://img.shields.io/npm/v/@carto/cra-template-sample-app.svg?style=flat-square" alt="version" />
</a>

<a href="https://npmjs.org/package/@carto/cra-template-sample-app">
<img src="https://img.shields.io/npm/dt/@carto/cra-template-sample-app.svg?style=flat-square" alt="downloads" />
</a>

## Getting started

The basic prerequisite for using Create React App is to have a package manager ([npm](https://www.npmjs.com/get-npm) and [yarn](https://yarnpkg.com/)) previously installed.
Expand Down

1 comment on commit 9df8dd0

@vercel
Copy link

@vercel vercel bot commented on 9df8dd0 Nov 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.