VPS

gatsby.jsの設定・開発方法

公式情報

https://www.gatsbyjs.com/

開始方法

https://www.gatsbyjs.com/starters/
から自分の興味を持てるstarterkitを選ぶ。

そしてそこの指示にあるコマンドをコピーペーストして実行

npx gatsby new gatsby-gitbook-starter https://github.com/hasura/gatsby-gitbook-starter
cd gatsby-gitbook-starter;
gatsby develop;

Gatsbyの強み

Starterkitの質が比較的良い