Skip to content

mediaslav/Toptask

 
 

Repository files navigation

Electron Trello

A basic Electron application needs just these files:

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

You can learn more about each of these components within the Quick Start Guide.

Setup

# Install dependencies 
npm install

Running

npm start

run in debug mode with NODE_ENV=development, window with frame and open DevTools

npm run dev

run with NODE_ENV=production

npm run prod

Learn more about Electron and its API in the documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • JavaScript 3.8%
  • CSS 0.9%