Gathering detailed insights and metrics for cra-template-complete-web-app
Gathering detailed insights and metrics for cra-template-complete-web-app
CRA template with: typescript, axios, sass, react-router, redux and much more already configured.
npm install cra-template-complete-web-app
Typescript
Module System
Node Version
NPM Version
72.6
Supply Chain
94.9
Quality
83.4
Maintenance
100
Vulnerability
100
License
TypeScript (76.79%)
Sass (10.39%)
JavaScript (9.12%)
HTML (3.7%)
Total Downloads
8,117
Last Day
31
Last Week
56
Last Month
192
Last Year
2,668
15 Stars
36 Commits
5 Forks
3 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.1.17
Package Id
cra-template-complete-web-app@1.1.17
Unpacked Size
47.11 kB
Size
30.11 kB
File Count
40
NPM Version
10.5.0
Node Version
20.12.2
Publised On
30 Dec 2024
Cumulative downloads
Total Downloads
Last day
3,000%
31
Compared to previous day
Last week
143.5%
56
Compared to previous week
Last month
-21.3%
192
Compared to previous month
Last year
-2.6%
2,668
Compared to previous year
No dependencies detected.
CRA template with: typescript, axios, sass, react-router, redux and much more already configured.
[!IMPORTANT] Create React App is (unofficially) becoming an unsupported tool, for this reason i've created a new template using Vite with the same features as this one.
I will continue to support this template for as long as possible but I strongly suggest you to switch to the newer one.
To use this template for your app you can run:
1npx create-react-app my-app --template complete-web-app
or
1yarn create react-app my-app --template complete-web-app
The --template
parameter points to this template, note that cra-template-
prefix is omitted.
Cloning this repo pulls down the template only, not a bundled and configured Create React App.
This is the structure of the files in the template:
1 │ 2 ├── public # public files (favicon, .htaccess, manifest, ...) 3 ├── src # source files 4 │ ├── components 5 │ ├── pages 6 │ ├── resources # images, constants and other static resources 7 │ ├── store # Redux store 8 │ │ ├── actions # store's actions 9 │ │ └── reducers # store's reducers 10 │ ├── styles 11 │ ├── tests # all test files 12 │ ├── types # data interfaces 13 │ ├── utility # utilities functions and custom components 14 │ ├── App.tsx 15 │ ├── index.tsx 16 │ ├── react-app-env.d.ts 17 │ ├── RootComponent.tsx # React component with all the routes 18 │ ├── serviceWorker.ts 19 │ └── setupTests.ts 20 ├── .eslintrc.js 21 ├── .gitignore 22 ├── .prettierrc 23 ├── package.json 24 ├── README.md 25 └── tsconfig.json
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
No vulnerabilities found.
No security vulnerabilities found.