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 NextUI.

Notifications You must be signed in to change notification settings

RocksWon/nextron-with-next-ui

 
 

Repository files navigation

Usage

Create an App

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

Install Dependencies

$ cd nextron-with-next-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 NextUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 2.7%
  • CSS 0.2%