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
- Host: GitHub
- URL: https://github.com/hardworking-toptal-dev/create-solana-dapp-starter
- Owner: hardworking-toptal-dev
- License: mit
- Created: 2024-06-16T05:33:58.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T05:37:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T21:35:14.495Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://create-solana-dapp-starter.vercel.app
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```