Skip to content

Instantly share code, notes, and snippets.

@3ndrius
Last active January 1, 2019 22:07
Show Gist options
  • Save 3ndrius/085df0905aeb9e07d1c86060702c853d to your computer and use it in GitHub Desktop.
Save 3ndrius/085df0905aeb9e07d1c86060702c853d to your computer and use it in GitHub Desktop.
App.js
│ index.js
│ serviceWorker.js
├───components
│ ├───buttons
│ │ Button.js
│ │
│ ├───headers
│ │ H1.js
│ │ H2.js
│ │
│ ├───page
│ │ Contact.js
│ │
│ ├───parts
│ │ Anchor.js
│ │ Caption.js
│ │ Card.js
│ │ CategoryCard.js
│ │ Center.js
│ │ Contain.js
│ │ Figure.js
│ │ Paragraph.js
│ │ PositionContainer.js
│ │
│ └───section
│ Category.js
│ Footer.js
│ Nav.js
│ PartGrid.js
│ Single.js
│ Wrap.js
├───layout
│ Layout.js
└───utils
colors.js
theme.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment