benitogf / elq

electron-serve quickstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-serve-quick-start

This is a minimal Electron single-page web app using electron-serve library and electro-packager to build it.

Requirements

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/benitogf/elq
# Go into the repository
cd elq
# Install dependencies
npm install

# copy your application distribution files in ./dist e.g:
cp -R ../a-single-wep-app/dist dist

# Run the app
npm start
# Package the application for the host platform
npm run build

Resources for Learning Electron

License

MIT)

About

electron-serve quickstart

License:MIT License


Languages

Language:JavaScript 100.0%