alex8088 / quick-start

An easy way to start a front-end project.
MIT License
248 stars 34 forks source link

Changed names for electron main and preload files #30

Closed NaspoDev closed 6 months ago

NaspoDev commented 6 months ago

Description

I find that the project structure of electron apps would be a lot more clear if the main process file is named main.js, and the preload file named preload.js. Currently, they are both named index.js, which is a bit confusing/unorganized.

This pull request has, for all frameworks:


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following

NaspoDev commented 6 months ago

I forgot to also update the package.jsons... New pr will be opened!