Skip to content

Commit

Permalink
Update react template article (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrePanin authored Oct 1, 2024
1 parent 195e574 commit b6dd869
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions docs/api/tooling/create-gear-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@ sidebar_label: Vara React Application Template

## Accelerate Decentralized App Development

For those looking to swiftly launch decentralized applications (dApps) on the Vara network, the Vara React Application Template, also known as `create-vara-app` or `create-gear-app`, offers a pre-configured solution designed to streamline the development process. With its well-thought-out infrastructure and convenient features, this template allows for quick creation and deployment of dApps on the Vara network.
For those looking to swiftly launch decentralized applications (dApps) on the Vara network, the Vara React Application Template (aka `create-vara-app`) offers a pre-configured solution designed to streamline the development process. With its well-thought-out infrastructure and convenient features, this template allows for quick creation and deployment of dApps on the Vara network.

The Vara React Application Template is available in two themed variations:

**Vara**, at [GitHub](https://github.com/gear-foundation/dapps/frontend/templates/create-vara-app),
- **light theme** with Vara logo, [GitHub](https://github.com/gear-foundation/dapps/tree/master/frontend/templates/create-vara-app)
- **dark theme** with Gear logo, [GitHub](https://github.com/gear-foundation/dapps/tree/master/frontend/templates/create-gear-app)

| Home Page | Wallet Connection |
|------|------|
| ![Vara Template Home Page](./img/cva.png) | ![Vara Template Wallet Connection](./img/cva-wallet.png) |


and **Gear**, at [GitHub](https://github.com/gear-foundation/dapps/frontend/templates).

| Home Page | Wallet Connection |
|------|------|
| ![Gear Template Home Page](./img/cga.png) | ![Gear Template Wallet Connection](./img/cga-wallet.png) |

This template is packed with benefits and features that make it an ideal choice for developers seeking efficiency and simplicity in their dApp development workflow.
Expand All @@ -42,17 +36,16 @@ The Vara React Application Template is an invaluable resource for developers in

## Installation

Create new project based on Vara template:

```sh
npx degit gear-foundation/dapps/frontend/templates/create-vara-app dApp
cd dApp
```
- Create new project based on **light** themed template (Vara):

Create new project based on Gear template:
```sh
npx degit gear-foundation/dapps/frontend/templates/create-vara-app dApp
cd dApp
```

- Create new project based on **dark** themed template (Gear):

```sh
npx degit gear-foundation/dapps/frontend/templates/create-gear-app dApp
cd dApp
```
```sh
npx degit gear-foundation/dapps/frontend/templates/create-gear-app dApp
cd dApp
```

0 comments on commit b6dd869

Please sign in to comment.