Gathering detailed insights and metrics for create-react-redux-app-structure
Gathering detailed insights and metrics for create-react-redux-app-structure
Gathering detailed insights and metrics for create-react-redux-app-structure
Gathering detailed insights and metrics for create-react-redux-app-structure
cra-template-structure
CRA template, Directory structure for big React application.
create-react-redux-snoop-app
Create React App with Redux structure and basic example for React Redux
cra-template-ipt-redux
The base template for Create React App with Redux folder structure dedicated for the creator of this template.
react-redux-structure-template
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Create React + Redux app structure with build configurations ✨
npm install create-react-redux-app-structure
Typescript
Module System
Node Version
NPM Version
JavaScript (88.31%)
CSS (11.02%)
HTML (0.67%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
161 Stars
191 Commits
19 Forks
4 Watchers
12 Branches
2 Contributors
Updated on May 18, 2025
Latest Version
4.6.0
Package Id
create-react-redux-app-structure@4.6.0
Unpacked Size
5.08 MB
Size
2.68 MB
File Count
101
NPM Version
6.9.0
Node Version
11.4.0
Cumulative downloads
Total Downloads
28
47
Create React + Redux app structure with build configurations.
Create React + Redux app structure works on macOS, Windows, and Linux. If something doesn’t work, please file an issue.
npm i -g create-react-redux-app-structure
yarn add global create-react-redux-app-structure
create-react-redux-app-structure my-app
cd my-app/
npm run fast-start
http://localhost:8080/ will be opened automatically.
When you are ready to deploy to staging/production please see Build Scripts section.
You will need to have Node >= 6 on your local development machine and Yarn installed.
Install it once globally:
npm i -g create-react-redux-app-structure
yarn add global create-react-redux-app-structure
Patience, please. It takes time, most of it is spent installing npm packages.
To create a new app, run:
create-react-redux-app-structure my-app
cd my-app/
It will create a directory called my-app inside the current folder.
For running builds you need to have config.json in app/ folder. So you can create new one or rename app/config.json.example.
Inside that file:
npm install
or yarn install
You can run npm run fast-start script, it will install all npm packages, run dev build, server and open http://localhost:8080/
Have a look at Build Scripts section
node index.js
or npm run server
Then open http://localhost:8080/ to see test weather app :)
Development - npm run dev
or yarn run dev
Production - npm run prod
or yarn run prod
Staging - npm run staging
or yarn run staging
Unit - npm run test
or yarn run test
Unit with watch - npm run test:watch
or yarn run test:watch
E2E - npm run e2e
or yarn run e2e
Coverage is here - app/tests/tests/coverage/Icon-report/index.html
Let's imagine that for automation tests we need to get access to the Redux store.
We can do that by adding to the window
object property with reference to the store. For e.g. in app.jsx
file.
Automation tests run only in staging, so for production build we remove them out by Grunt task strip_code
1/* staging-code */ 2window.store = store; 3/* end-staging-code */
Kill all node processes:
sudo killall -9 node
taskkill /f /im node.exe
I would love to have your help.
If you have an idea how to improve or found an issue please read the Contributions Guidelines before submitting a PR. Thanks!
MIT © Vasyl Stokolosa
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/18 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
132 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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 MoreLast Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year