Skip to content

This template provides a starter kit for building modern web apps with Nextron, Tailwind for styling, TypeScript for type safety, and pre-built components from Shadcn/UI.

Notifications You must be signed in to change notification settings

jekigates/nextron-with-shadcn-ui

Repository files navigation

Usage

Create an App

# with git
$ git clone https://github.com/jekigates/nextron-with-shadcn-ui

Install Dependencies

$ cd nextron-with-shadcn-ui

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

This template provides a starter kit for building modern web apps with Nextron, Tailwind for styling, TypeScript for type safety, and pre-built components from Shadcn/UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published