https://github.com/paulleflon/cra-template
My own CRA template
https://github.com/paulleflon/cra-template
Last synced: 4 months ago
JSON representation
My own CRA template
- Host: GitHub
- URL: https://github.com/paulleflon/cra-template
- Owner: paulleflon
- Created: 2022-03-28T20:24:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T20:31:52.000Z (about 3 years ago)
- Last Synced: 2024-05-20T00:21:47.372Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-hicka
This is my CRA template. Getting rid of this test shits that I don't use *yet*, getting rid of this 2-spaces-indentation bullcrap.
No CSS directory is needed, I usually style with either Emotion or Tailwind.## Use
```
yarn create react-app app --template cra-template-hicka
```