Saved Bookmarks
| 1. |
What Is The Structure Of An Electron Application? |
|
Answer» The BASIC structure of ELECTRON application consists of three FILES: package.json, main.js and index.html. Package.json used for metadata, main.js for code and index.html for GRAPHICAL user interface. The basic structure of electron application consists of three files: package.json, main.js and index.html. Package.json used for metadata, main.js for code and index.html for graphical user interface. |
|