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:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
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 |