Folder Structure - Giildev/Radical-Ecommerce GitHub Wiki

root/
  public/
    index.html
  src/
    components/
      ComponentName/  <-- Pascal case
        index.jsx
        style.scss
    containers/
      ContainerName/  <-- Pascal case
        index.jsx
        style.scss
    App.scss
    App.js
    index.scss
    index.js