# ... Setup node and yarn
$ git clone git@github.com:kobakazu0429/styled-components-theme-sample.git
$ cd styled-components-theme-sample
$ yarn install
# written in package.json
$ yarn dev # Start webpack-dev-server
$ yarn build # Build to dist/
$ yarn lint # Check type and syntax