template-next-tailwind Tailwind Templates

Template Next Tailwind

Template for Create BBAChain dApp using Next.js, Tailwind (no Anchor)

template-next-tailwind

Usage

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

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

Prerequisites

  • Node v18.18.0 or higher

Manual installation

Clone the repo

git clone https://github.com/bbachain/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 BBAChain network.

Start the web app

pnpm dev

Build the web app

pnpm build

Top categories

Loading Svelte Themes