An open API service indexing awesome lists of open source software.

https://github.com/hardworking-toptal-dev/create-solana-dapp-starter


https://github.com/hardworking-toptal-dev/create-solana-dapp-starter

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# create-solana-dapp-starter

This project is generated with the [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp) generator.

## Getting Started

### Prerequisites

- Node v18.18.0 or higher

### Installation

#### Clone the repo

```shell
git clone
cd
```

#### Install Dependencies

```shell
npm install
```

#### Start the web app

```
npm run dev
```

## Apps

### web

This is a React app.

#### Commands

Start the web app

```shell
npm run dev
```

Build the web app

```shell
npm run build
```