All Projects → totaljs → code-electron

totaljs / code-electron

Licence: CC0-1.0 license
Electron version of Total.js Code

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Total.js Code Electron App

This application runs the app like a browser.

Building

  • $ npm install -g electron-packager
  • $ cd app
  • $ npm install
  • macOS $ electron-packager . Code --overwrite --icon icon.icns
  • Linux $ electron-packager . Code --overwrite --icon icon.png
  • Windows electron-packager . Code --overwrite --icon icon.ico

How do I run it without building?

  • $ npm install
  • $ npm start

Electron

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].