Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

solana-developers/template-next-tailwind

Repository files navigation

template-next-tailwind

Warning

Templates for create-solana-dapp have moved to this repo.

Usage

Use the create-solana-dapp tool to start a new project based on this template (recommended).

# created an npm based project
npx create-solana-dapp --template next-tailwind
# created an pnpm based project
pnpx create-solana-dapp --template next-tailwind
# created an yarn based project
yarn create solana-dapp --template next-tailwind

Prerequisites

  • Node v18.18.0 or higher

Manual installation

Clone the repo

git clone https://github.com/solana-developers/template-next-tailwind.git
cd template-next-tailwind

Install Dependencies

pnpm install

Start the web app

pnpm dev

Apps

web

This is a Next.js web app to get you started on interacting with the Solana network.

Start the web app

pnpm dev

Build the web app

pnpm build

About

The create-solana-dapp templates have moved to https://github.com/solana-developers/solana-templates

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages