
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
cra-template-complete-web-app
Advanced tools
CRA template with: typescript, axios, sass, react-router, redux and much more already configured.
CRA template with: typescript, axios, sass, react-router, redux and much more already configured.
[!IMPORTANT] Create React App is now a deprecated tool, for this reason i've created a new template using Vite with the same features as this one.
This template will be updated only for security patches regarding React 19.x.x versions. I strongly suggest you to switch to the newer one.
To use this template for your app you can run:
npx create-react-app my-app --template complete-web-app
or
yarn 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:
│
├── public # public files (favicon, .htaccess, manifest, ...)
├── src # source files
│ ├── components
│ ├── pages
│ ├── resources # images, constants and other static resources
│ ├── store # Redux store
│ │ ├── actions # store's actions
│ │ └── reducers # store's reducers
│ ├── styles
│ ├── tests # all test files
│ ├── types # data interfaces
│ ├── utility # utilities functions and custom components
│ ├── App.tsx
│ ├── index.tsx
│ ├── react-app-env.d.ts
│ ├── RootComponent.tsx # React component with all the routes
│ ├── serviceWorker.ts
│ └── setupTests.ts
├── .eslintrc.js
├── .gitignore
├── .prettierrc
├── package.json
├── README.md
└── tsconfig.json
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
FAQs
CRA template with: typescript, axios, sass, react-router, redux and much more already configured.
The npm package cra-template-complete-web-app receives a total of 2 weekly downloads. As such, cra-template-complete-web-app popularity was classified as not popular.
We found that cra-template-complete-web-app demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.