Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react template article #184

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```