Skip to content

denshya/folder-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

folder-structure

Ascending strategy

This is appliable to src folder or such.

  • Files placed in root (e.g. /src) are treated as potential dependecies to everything else since they are "rooted" (@/). Root files should not be reused multiple times across non-vital modules since this would make them "helpers/utils".
  • @/utils or @/tools can use root files, while itself being a dependency to everything else expect root files.
  • @/dev is anything that helps development.
  • @/entities - storage/encapsulated fetches/resources - persistence.
  • @/ui
  • @/pages
  • @/app - anything that makes the app, setups, configs, ...
  • @/assets contains non-js/unrelated/static files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published