With Xstyled & Atomic Design
Using Xstyled with styled-component See doc
Following Brad Frost system
Good read about Atomic in React by Danilo Woznica
import Example from '@atoms/Example'
Default alias list:
- @src: src
- @utils: src/utils
- @components: src/components
- @pages: src/pages
- @atoms: src/components/atoms
- @molecules: src/components/molecules
- @organisms: src/components/organisms
- @assets: src/assets
$ yarn
$ yarn start
$ yarn build
$ yarn serve
$ yarn clean