https://github.com/slycompiler/create-solana-dapp-starter
https://github.com/slycompiler/create-solana-dapp-starter
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/slycompiler/create-solana-dapp-starter
- Owner: slycompiler
- License: mit
- Created: 2024-06-16T05:33:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T05:37:40.000Z (about 2 years ago)
- Last Synced: 2026-07-07T10:33:51.381Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://create-solana-dapp-starter.vercel.app
- Size: 1.63 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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
```