Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feguedi/cra-template-chakra-ui-base
Base template for Create React App with Chakra-UI
https://github.com/feguedi/cra-template-chakra-ui-base
chakra-ui create-react-app emotionjs font-awesome react-router reactjs
Last synced: 6 days ago
JSON representation
Base template for Create React App with Chakra-UI
- Host: GitHub
- URL: https://github.com/feguedi/cra-template-chakra-ui-base
- Owner: feguedi
- License: gpl-3.0
- Created: 2020-03-23T23:08:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T06:46:38.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T09:04:36.579Z (4 months ago)
- Topics: chakra-ui, create-react-app, emotionjs, font-awesome, react-router, reactjs
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Chakra logo](assets/[email protected])
# cra-template-chakra-ui-base
A template for [Create React App](https://create-react-app.dev/).
## Packages with the template
* [axios (0.19.1)](https://github.com/axios/axios)
* [chakra-ui (0.5.2)](https://chakra-ui.com)
* [emotion (10.0.27)](https://emotion.sh)
* [prop-types (15.7.2)](https://github.com/facebook/prop-types)
* [history (4.10.1)](https://github.com/ReactTraining/history)
* [react-cookie (4.0.3)](https://github.com/reactivestack/cookies)
* [react-fontawesome (1.7.1)](https://github.com/danawoodman/react-fontawesome)
* [react-hook-form (4.7.2)](https://www.react-hook-form.com/)
* [react-router-dom (5.1.2)](https://reacttraining.com/react-router)## Public folder
The public folder contains the fonts to use with [FontAwesome](https://fontawesome.com) 4.7 and it minimized stylesheet.
## Using the template
### npx
```sh
npx create-react-app awesome-web-app --template chakra-ui-base
```### yarn
```sh
yarn create react-app awesome-web-app --template chakra-ui-base
```