[PR #772] [CLOSED] Add script for starting both electron & webpack #885

Closed
opened 2026-03-03 00:23:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/772
Author: @jhdcruz
Created: 1/24/2021
Status: Closed

Base: masterHead: concurrent-script


📝 Commits (1)

  • 0ac7c4a chore(config): Concurrent script for electron dev

📊 Changes

3 files changed (+96 additions, -6 deletions)

View changed files

📝 package-lock.json (+91 -0)
📝 package.json (+2 -0)
📝 readme.md (+3 -6)

📄 Description

Added script for starting electron in development without the need to open 2 terminals.

Packages Added:

Additional: (Not included but can be added)

  • wait-on - Wait for webpack before starting electron.

I'm not sure whether to merge dev:webpack and dev:electron, so I just made a new script considering that these scripts might be needed separately.


Still, it is totally understandable to just start 2 terminals instead of adding more devDependencies, so this is merely just a suggestion.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/772 **Author:** [@jhdcruz](https://github.com/jhdcruz) **Created:** 1/24/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `concurrent-script` --- ### 📝 Commits (1) - [`0ac7c4a`](https://github.com/BoostIO/BoostNote-App/commit/0ac7c4a1c8ff7bd7d88a4331feb04418a1712192) chore(config): Concurrent script for electron dev ### 📊 Changes **3 files changed** (+96 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+91 -0) 📝 `package.json` (+2 -0) 📝 `readme.md` (+3 -6) </details> ### 📄 Description Added script for starting electron in development without the need to open 2 terminals. **Packages Added:** - [`concurrently`](https://www.npmjs.com/package/concurrently) **Additional:** _(Not included but can be added)_ - [`wait-on`](https://www.npmjs.com/package/wait-on) - Wait for `webpack` before starting `electron`. I'm not sure whether to merge `dev:webpack` and `dev:electron`, so I just made a new script considering that these scripts might be needed separately. ---- > Still, it is totally understandable to just start 2 terminals instead of adding more `devDependencies`, so this is merely just a suggestion. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#885
No description provided.