LoginSignup
0
0

More than 5 years have passed since last update.

GatsbyJSのおじさんを表示して、styled-components追加

Posted at

概要

Screen Shot 2019-02-02 at 19.44.14.png

このおじさんを表示させます。

手順

npx gatsby new gatsby-app
cd gatsby-app

yarn develop

Screen Shot 2019-02-02 at 19.54.54.png

おじさん表示成功!

styled-components追加

関係モジュール追加

yarn add gatsby-plugin-styled-components styled-components babel-plugin-styled-components

gatsby-config.jsを編集

gatsby-config.js
...
plugins: [
    `gatsby-plugin-react-helmet`,
    `gatsby-plugin-styled-components`,
...

これでOK :ok:

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0