Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

---