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.
- Host: GitHub
- URL: https://github.com/avidhanr/electronandnextjs
- Owner: AVidhanR
- Created: 2025-01-04T06:14:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:41:17.000Z (over 1 year ago)
- Last Synced: 2025-02-26T10:25:31.691Z (over 1 year ago)
- Topics: electron, electron-wrapper, experiment, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://electron-exp.vercel.app
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)