1.0.8 • Published 8 months ago

cra-template-all-in-one v1.0.8

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

CRA Template: All In One

Quick start

npx create-react-app appName --template all-in-one
cd appName
npm start

Start developing React with a powerful design pattern and packages prepared for you!

Folder Structure

├── assets
│   ├── images
│   ├── styles
├── components
│   ├── Loader
├── configs
│   ├── AppConfig
│   ├── EnvironmentConfig
├── helpers
│   ├── LocalStorageHelper
│   ├── SystemHelper
│   ├── TranslateHelper
├── layouts
├── pages
├── routes
│   ├── PrivateRoute
│   ├── PublicRoute
│   ├── RouteList
├── services
│   ├── ApiService
├── store
│   ├── redux
├── translations
│   ├── tr
│   ├── en
└── README.md

Packages

React Router: Get started with a popular and powerful library for building single-page apps.

Redux Saga: Create powerful state management with Redux and easily perform Asynchronous operations.

I18Next: Easily add multiple language support to your app.

Eslint: Catch code errors and set your standards.

jsconfig: Easily configure your project and quickly create an absolute path.

sass: Power your CSS typing and install complex structures easily.

axios: Easily make API calls and set up your token structure.

lottie: Quickly use ready-made animations in your app.

License

CRA Template all-in-one is licensed under the MIT License.

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago