https://github.com/f22hd/cra-template-f22hd
https://github.com/f22hd/cra-template-f22hd
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/f22hd/cra-template-f22hd
- Owner: f22hd
- Created: 2021-12-09T23:07:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T16:15:07.000Z (over 3 years ago)
- Last Synced: 2024-10-18T20:45:58.318Z (almost 2 years ago)
- Language: TypeScript
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-f22hd
### A react app template that ready to start your magic 🎉
To use this template, add `--template f22hd` when creating a new app.
For example:
```sh
npx create-react-app my-app --template f22hd
# or
yarn create react-app my-app --template f22hd
```