https://github.com/zillding/electron-next-quick-start
An electron + next starter app
https://github.com/zillding/electron-next-quick-start
boilerplate electron next starter template
Last synced: 7 months ago
JSON representation
An electron + next starter app
- Host: GitHub
- URL: https://github.com/zillding/electron-next-quick-start
- Owner: zillding
- License: cc0-1.0
- Created: 2019-02-18T01:58:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T11:39:44.000Z (about 3 years ago)
- Last Synced: 2024-12-28T14:51:06.270Z (over 1 year ago)
- Topics: boilerplate, electron, next, starter, template
- Language: JavaScript
- Size: 965 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# electron-next-quick-start
[](https://travis-ci.com/zillding/electron-next-quick-start)
**Clone and run for a quick way to see electron + next in action.**
## Quick start
```bash
# Clone this repository
git clone https://github.com/electron/electron-next-quick-start
# Go into the repository
cd electron-next-quick-start
# Install dependencies
npm install
# Run the app
npm start
# Build app for production
npm run dist
```
## Resources for Learning Electron
- [electronjs.org/docs](https://electronjs.org/docs) - all of Electron's documentation
- [electronjs.org/community#boilerplates](https://electronjs.org/community#boilerplates) - sample starter apps created by the community
- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
- [electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron
- [hokein/electron-sample-apps](https://github.com/hokein/electron-sample-apps) - small demo apps for the various Electron APIs