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

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

Awesome Lists containing this project

README

          

# electron-next-quick-start

[![Build Status](https://travis-ci.com/zillding/electron-next-quick-start.svg?branch=master)](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