cra-template-feras
v1.0.1
Published
My personal Create React App template with chakra-ui, eslint, prettier, framer-motion, i18next, react-icons, and react-hook-form.
Downloads
3
Maintainers
Readme
cra-template-feras
This is my personal Create React App template with chakra-ui, eslint, prettier, framer-motion, i18next, react-icons, and react-hook-form.
To use this template, add --template feras
when creating a new app.
For example:
npx create-react-app my-app --template feras
# or
yarn create react-app my-app --template feras
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.