Skip to content

Starter template building Electron app using Next.js and TailwindCSS

Notifications You must be signed in to change notification settings

rishimohan/nextjs-tailwind-electron-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-javascript-tailwindcss

# with yarn
$ yarn create nextron-app my-app --example with-javascript-tailwindcss

# with pnpx
$ pnpx create-nextron-app my-app --example with-javascript-tailwindcss

Install Dependencies

$ cd my-app

# 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

Starter template building Electron app using Next.js and TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published