christopherdongo / reactjs-folders-boilerplate

ReactJS folders structure boilerplate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚛ ReactJS folders structure boilerplate .

ReactJS application with intermediate folder structure. Here is a full article where i explain all folders and their roles. " Here "

ReactJS folders structure boilerplate

  • Structure:
src/
├─ assets/
│  ├─ fonts/
│  ├─ images/
│  ├─ videos/
├─ components/
├─ config/
├─ containers/
├─ context/
├─ hooks/
├─ helpers/
├─ i18n/
│  ├─ en/
│  ├─ fr/
│  ├─ ar/
├─ layouts/
├─ pages/
├─ services/
├─ validations/

About

ReactJS folders structure boilerplate.


Languages

Language:JavaScript 41.4%Language:HTML 38.1%Language:CSS 20.6%