
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
create-electron-react-app
Advanced tools
An opinionated command-line utility for creating an electron app using react
Option 1 -- Global installation
Install the CLI tool:
npm i -g create-electron-react-app
Run the tool:
create-electron-react-app
Option 2 -- Using npx
(Requires NPM 5+)
Install and run the tool:
npx create-electron-react-app
Generated applications will come with a configuration ready to be used with:
You will be prompted for a few pieces of information:
app name
(Required)
package.json
as the "appName"
property. It can be changed there at any time..app
package, the name of the app as it appears in the menu bar and Activity Monitor, and by default the title of the main window..exe
file, the name that appears in Task Manager, and by default the title of the main window.directory name
(Required)
"name"
property in the generated package.json
app identifier
(Required)
package.json
as the "identifier"
property. It can be changed there at any time.description
(Optional)
"description"
property in the generated package.json
git repository
(Optional)
"repository"
, "bugs"
, and "homepage"
properties of the generated package.json
author
(Optional)
"author"
property of the generated package.json
lisence
(Optional)
"lisence"
property of the generated package.json
FAQs
An opinionated command-line utility for creating an electron app using react
The npm package create-electron-react-app receives a total of 5 weekly downloads. As such, create-electron-react-app popularity was classified as not popular.
We found that create-electron-react-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.