An open API service indexing awesome lists of open source software.

https://github.com/avidhanr/electronandnextjs

An Experiment on Wrapping up electron app with Next.js To run the electron app as a desktop application.
https://github.com/avidhanr/electronandnextjs

electron electron-wrapper experiment nextjs tailwindcss typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

- Check the [Electron Documentation](https://www.electronjs.org/docs) for more
information.
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.

## Getting Started

- First, run the development server:

```bash
npm install && npm run dev
```

- Open [localhost:3000](http://localhost:3000) with your browser to see the result.
- Created and maintained by [AVidhanR](https://github.com/AVidhanR)