1.1.17 • Published 6 months ago

cra-template-complete-web-app v1.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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:

1.1.17

6 months ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago