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