Gathering detailed insights and metrics for react-app
Gathering detailed insights and metrics for react-app
Gathering detailed insights and metrics for react-app
Gathering detailed insights and metrics for react-app
npm install react-app
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (76.76%)
TypeScript (13.24%)
HTML (6.47%)
CSS (3.53%)
Total Downloads
1,065,754
Last Day
117
Last Week
2,039
Last Month
15,057
Last Year
199,457
614 Stars
24 Commits
84 Forks
22 Watching
29 Branches
350 Contributors
Latest Version
1.1.2
Package Id
react-app@1.1.2
Size
4.90 kB
NPM Version
3.10.5
Node Version
6.3.0
Cumulative downloads
Total Downloads
Last day
-87.4%
117
Compared to previous day
Last week
-56.2%
2,039
Compared to previous week
Last month
10.6%
15,057
Compared to previous month
Last year
-26.6%
199,457
Compared to previous year
No dependencies detected.
CLI tools and templates for authoring React applications with a single dev dependency and zero build/run configuration.
1$ npm install -g react-app 2$ react-app new 3$ 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.
1$ npm install -g react-app
Scaffold a new JavaScript application project and launch it by running:
1$ react-app new 2$ 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
):
1{ 2 "private": true, 3 "dependencies": { 4 "react": "^15.2.1", 5 "react-app": "^1.1.1", 6 "react-dom": "^15.2.1" 7 }, 8 "devDependencies": { 9 "react-app-tools": "git+https://github.com/<username>/react-app.git", 10 }, 11 "scripts": { 12 "build": "react-app build", 13 "start": "react-app run", 14 } 15}
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
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/24 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
138 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More