Skip to content

DefragLabs/frontend-guidelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FRONTEND-GUIDELINES

Project directory structure

my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
|   └── local/en/translations.json
└── src
    ├── actions
    │   ├── app-actions.js
    |   └── auth-actions.js
    |
    ├── assets
    |   ├── fonts
    |   └── images
    |
    ├── components
    |   └── auth-module
    |
    ├── contants
    |   └── action-type.js
    |
    ├── helpers
    |   └── auth-helpers.js
    |
    ├── i18n
    |   └── config.js
    |
    ├── reducer
    |   └── root.js
    |
    ├── routes
    |   └── routes.js
    |
    ├── store
    |   └── store.js
    |
    ├── styles
    |   └── app.scss
    |
    └── utils
        ├── app-api-utils.js
        └── string-utils.js

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •