GatsbyJS 環境構築

投稿者:

* volta では失敗することが多いので nodebrew の方が無難

Thank you for reading this post, don't forget to subscribe!

・ Node.js のインストール
・ Yarn のインストール
・ Gatsby CLI のインストール

Yarn のインストール
$ curl -o- -L https://yarnpkg.com/install.sh | bash

Gatsby CLI のインストール
$ yarn global add gatsby-cli