Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 427 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 427 Bytes

Naming conventions

  1. Every page file should finish with 'Page', ex: AboutPage.JSX

  2. In Layout folder we place routing and wrapper components

  3. In components and page folder we will have folders and components in the relevant folder

  4. Every css file should use css modules

  5. Every feature breanch has to start with 'feature/<< text with small letters separated with underscore>>' Example: feature/create_room