/electron-next-quick-start

An electron + next starter app

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

electron-next-quick-start

Build Status

Clone and run for a quick way to see electron + next in action.

Quick start

# 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