Skip to content

Latest commit

Β 

History

History
38 lines (27 loc) Β· 2.24 KB

File metadata and controls

38 lines (27 loc) Β· 2.24 KB

cra-template-rich

This Create React App template comes with a rich set of features commonly used in any web app. It will make you save a lot of time, money and make you rich πŸ’° πŸ’Έ 😍 😎 ❀️ πŸŽ‰ 🎊 🎁 πŸ”

To use this template, add --template rich when creating a new app.

For example:

npx create-react-app my-app --template rich

# or

yarn create react-app my-app --template rich

For more information, please refer to:

Features Included

Feature Dependency
Typings typescript
Routing react-router
Centralized store redux-toolkit
REST API calls axios
Styling bootstrap, sass
Form validations react-hook-forms
Internationalization react-intl
Spinners react-spinners
Toasts react-toastify
Environment files env-cmd
Fake REST APIs json-server