styled-components-theme-sample

How to dev

Setup

# ... Setup node and yarn
$ git clone git@github.com:kobakazu0429/styled-components-theme-sample.git
$ cd styled-components-theme-sample
$ yarn install

Commands

# written in package.json
$ yarn dev   # Start webpack-dev-server
$ yarn build # Build to dist/
$ yarn lint  # Check type and syntax