cra-template-complete-web-app v1.1.17
cra-template-complete-web-app
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.
āļø Technologies list
š Start using it
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.
ā ļø Warning
Cloning this repo pulls down the template only, not a bundled and configured Create React App.
𧬠Template structure
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
š Learn More
This package includes scripts and configuration used by Create React App.\ Please refer to its documentation:
- Getting Started ā How to create a new app.
- User Guide ā How to develop apps bootstrapped with Create React App.
6 months ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago