https://github.com/solana-developers/dapp-scaffold-svelte
Dapp scaffold for Svelte
https://github.com/solana-developers/dapp-scaffold-svelte
Last synced: about 1 year ago
JSON representation
Dapp scaffold for Svelte
- Host: GitHub
- URL: https://github.com/solana-developers/dapp-scaffold-svelte
- Owner: solana-developers
- Created: 2022-03-25T08:37:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T17:40:00.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T23:42:44.088Z (about 1 year ago)
- Language: Svelte
- Size: 643 KB
- Stars: 21
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dapp Scaffold Svelte
This is a [`SvelteKit`](https://kit.svelte.dev/) project powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte) to create Solana Dapps based on Svelte.
Responsive | Desktop
:-------------------------:|:-------------------------:
 | 
It is using the [`svelte-wallet-adapter`](https://github.com/svelte-on-solana/wallet-adapter) to integrate wallets, and [`tailwindcss`](https://tailwindcss.com/) and [`daisyui`](https://daisyui.com/) for styling.
## Installation
```bash
npm install
```
## Developing
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## References
This scaffold references features and styling from the original [Next.js scaffold](https://github.com/solana-labs/dapp-scaffold)