Skip to content

omosteven/shapeapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShapeAPp

Naming Convention

Types, Functions and Interfaces should follow Pascal case naming convention while other variables should follow camel case naming convention

The CSS styles should adobt the Block-Element-Modifier convention

Folder Structure

Every container route should have a container folder and each container folder should have the following folders if necessary

/components : this will contain the components that are specific to that particular route

/hooks : this will contain the hooks files that are used by the components specific to that route

/styles : this will contain the styles files that are specific to that route

/types : this will contain the types, names, namespace files that are specific to the route

Container

Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published