Skip to content

Plug your VK and Twitter into one scrollable dashboard

Notifications You must be signed in to change notification settings

clover-development/skyfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic Electron application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.js - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

To start dev env

Install dependencies

npm install

Run the app

npm start

Code

stb.render(skyfeed)

Install electron packager and electron-forge

sudo npm install electron-packager -g
sudo npm install -g electron-forge

Build native package

electron-forge package --platform=linux --arch=x64

Build distros (only works for current platform)

electron-forge make

Debugging

DevTools: F12 Reload Page: F5 Inspect: Ctrl + Shift + C

Links

Electron API

Electron API Demos

Quick Start Guide

Electron Window ref

About

Plug your VK and Twitter into one scrollable dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •