Skip to content

ajeetshah/cra-template-rich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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