Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
electron-react-app-scripts
Advanced tools
Boilerplate and tooling for Electron application development with React
CLI tools and templates for authoring React applications with a single dev dependency and zero build/run configuration.
$ npm install -g react-app
$ react-app new
$ react-app run
See demo, docs | Join #react-app chat on Gitter to stay up to date | Follow us on Twitter | Send feedback to @koistya
✓ Zero-configuration, no build scripts, just one development dependency (see package.json
)
✓ Modern JavaScript syntax (ES2015+) via Babel or TypeScript (planned), modern CSS syntax via PostCSS
✓ Component-based UI architecture via React, Webpack and CSS Modules
✓ Application state management /w time-travel debugging via Redux (see main.js
, core/store.js
)
✓ Routing and navigation via path-to-regexp
and history
(see main.js
, core/router.js
, utils/routes-loader.js
)
✓ Code-splitting and async chunk loading via Webpack and ES6 System.import()
✓ Cross-device testing with Browsersync /w Hot Module Replacement (HMR) and React Hot Loader
✓ 24/7 community support on Gitter and SO; consulting and customization requests on Codementor or Skype
Install react-app
npm package globally.
$ npm install -g react-app
Scaffold a new JavaScript application project and launch it by running:
$ react-app new
$ react-app run
The app should become available at http://localhost:3000
For more information visit /templates/app
Coming soon...
If you’re a power user and you aren’t happy with the default configuration, you can always
fork react-app
repository, customize it and use it
instead of of the original react-app-tools
npm module. For example (package.json
):
{
"private": true,
"dependencies": {
"react": "^15.2.1",
"react-app": "^1.1.1",
"react-dom": "^15.2.1"
},
"devDependencies": {
"react-app-tools": "git+https://github.com/<username>/react-app.git",
},
"scripts": {
"build": "react-app build",
"start": "react-app run",
}
}
Help shape the future of React App SDK by joining our community today, check out the open issues, submit new feature ideas and bug reports, send us pull requests!
Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in the LICENSE.txt file.
Made with ♥ by Konstantin Tarkus (@koistya) and contributors
[0.0.5] - 2016.08-24
.global.css
FAQs
Boilerplate and tooling for Electron application development with React
The npm package electron-react-app-scripts receives a total of 10 weekly downloads. As such, electron-react-app-scripts popularity was classified as not popular.
We found that electron-react-app-scripts 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.