/electron-nextjs-starter

A starter app for building Electron apps with Next.js, TypeScript, and Tailwind.

Primary LanguageTypeScriptMIT LicenseMIT

Electron Next.js Starter App

Description

A starter for building apps with Next.js, Typescript, and Tailwind. Based-off the Nextron starter, but with Tailwind and Helvetica Now for styling. I also removed Material UI and simplified the _app.tsx and _document.tsx structures.

Usage

# install
$ git clone https://github.com/ntlind/electron-nextjs-starter && electron-nextjs-starter && yarn

# develop your app
$ yarn dev

# build
$ yarn build

# create executable file for distribution (note: be sure you build first)
$ yarn package