An open API service indexing awesome lists of open source software.

https://github.com/f22hd/cra-template-f22hd


https://github.com/f22hd/cra-template-f22hd

Last synced: over 1 year ago
JSON representation

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
```