Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celsodias12/cra-template-folders
https://github.com/celsodias12/cra-template-folders
create-react-app react template
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/celsodias12/cra-template-folders
- Owner: celsodias12
- Created: 2021-07-05T23:52:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T19:22:20.000Z (over 3 years ago)
- Last Synced: 2024-03-24T22:03:12.415Z (8 months ago)
- Topics: create-react-app, react, template
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/cra-template-folders)](https://www.npmjs.com/package/cra-template-folders)
[![npm](https://img.shields.io/npm/dt/cra-template-folders)](https://www.npmjs.com/package/cra-template-folders)
[![GitHub issues](https://img.shields.io/github/issues-raw/celsodias12/cra-template-folders)](https://github.com/celsodias12/cra-template-folders/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/celsodias12/cra-template-folders)](https://github.com/celsodias12/cra-template-folders/commits/master)
[![NPM](https://img.shields.io/npm/l/cra-template-folders)](https://choosealicense.com/licenses/mit)
Template Folders
## File Structure
Also works in react native
```bash
├── src/
│ ├── @types/
│ ├── assets/
│ ├── components/
│ │ └── Button/
│ ├── configs/
│ ├── constants/
│ ├── contexts/
│ ├── hooks/
│ ├── locales/
│ ├── redux/
│ │ └── reducers/
│ ├── routes/
│ ├── screens/
│ │ └── Home/
│ ├── services/
│ ├── styles/
│ └── utils/
├────── README.md
```---