front-end-guide
  • Index
  • First steps
  • Main dependencies
  • Storybook
  • Prettier & TSLint
  • Commit Messages
  • Structure
  • Sentry
Powered by GitBook
On this page
  • Root
  • Components
  • Containers
  • Views
  • Domains
  • Constants
  • Styles

Structure

Root

README.md
node_modules
package.json
src
tsconfig.test.json
bitbucket-pipelines.yml
package-lock.json
public
tsconfig.json
tslint.json

Components

components
├── core
│   └── avatar
│       ├── avatar.constant.tsx
│       ├── avatar.css
│       ├── avatar.story.tsx
│       ├── avatar.tsx
│       ├── avatar.type.tsx
│       └── index.ts
└── platform
    └── avatar
        ├── avatar.constant.tsx
        ├── avatar.css
        ├── avatar.story.tsx
        ├── avatar.tsx
        ├── avatar.type.tsx
        └── index.ts

Containers

Views

Domains

Constants

Styles

PreviousCommit MessagesNextSentry

Last updated 6 years ago