Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 791 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 791 Bytes

About

An Experiment on Wrapping up electron app with Next.js To run the electron app as a desktop application.

Here I have seperated the package.json for electron and next.js to make it more clear and easy to understand.

The electron application is in electron-wrapper directory and the next.js application acts as the root directory.

Docs

Getting Started

  • First, run the development server:
npm install && npm run dev