Gathering detailed insights and metrics for create-react-saga
Gathering detailed insights and metrics for create-react-saga
Gathering detailed insights and metrics for create-react-saga
Gathering detailed insights and metrics for create-react-saga
create-react-redux-saga-app
Set up a modern web app by running one command.
create-async-saga
Like readux-toolkit's createAsyncThunk, but for saga
kkt
Create React apps with no build configuration, Cli tool for creating react apps.
create-kkt
Creates a KKT application using the command line.
A CLI tool to bootstrap your modern React application.
npm install create-react-saga
Typescript
Module System
Node Version
NPM Version
JavaScript (65.32%)
TypeScript (19.97%)
CSS (11.44%)
HTML (3.27%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
6 Stars
129 Commits
7 Forks
1 Watchers
20 Branches
4 Contributors
Updated on Oct 30, 2022
Latest Version
1.0.2
Package Id
create-react-saga@1.0.2
Unpacked Size
133.16 kB
Size
59.92 kB
File Count
68
NPM Version
8.5.5
Node Version
16.15.0
Cumulative downloads
Total Downloads
Last 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
create-react-saga
is a CLI tool for quickly setup your next clutter-free webpack backed React application. It provides you the latest hooks based codebase, testing utilities and storybooks. So if you are thinking of below -
Then you have come to the right place. You will get the most vanilla React experience ever. See the features section for detailed info.
You can find the live demo of the running boilerplate over here
@reduxjs/toolkit
💪.npx create-react-saga --help
will show you all available options.
Detailed version of the documentation can be found over here
$ npx create-react-saga my-first-project
$ cd my-first-project
$ npm start
Open localhost:3000 in the Browser.
npm 5.2+ version is required for npx to work.
create-react-saga
will create below project structure -
my-first-project
├── .storybook
├── webpack.common.js
├── webpack.dev.js
├── webpack.prod.js
├── .babelrc
├── setupTests.js
├── jest.config.js
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── assets
└── src
├── __mocks__
├── components
├── utils
├── store
├── types
├── hooks
├── App.ts
├── index.html
├── index.tsx
└── index.css
$ npm run build
Bundle files can be found in dist
folder under root directory
$ npm run storybook
Open localhost:6006 in the Browser.
Create React Saga is an open-source project that I created to help myslef with some ready to use starter code. Then I published this CLI tool to help others as well. It takes lot of effort and time to add new features, provide support and maintain at the same time. Please consider donating if you think Create React Saga is helpful to you ub any way. I would be happy if you can -
Show ❤️ by starring this repo.
Create React Saga is open source software licensed as MIT. The logo is licensed under a Creative Commons Attribution 4.0 International license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/7 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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
53 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 More