Skip to content

GatsbyJS

How to start

N을 사용하여 node, npm, yarn을 설치한다.

Install the Gatsby CLI:

$ npm install -g gatsby-cli
## or
$ yarn global add gatsby-cli

Create a Gatsby site:

$ gatsby new answer-homepage https://github.com/gatsbyjs/gatsby-starter-hello-world

Start the site in develop mode:

$ cd answer-homepage/
$ gatsby develop

Tutorials

ReactJSX에 익숙해져야 한다.

Visual Studio Code에는 Prettier - Code formatter플러그인이 추천된다.

List of Static Site Generator

Gatsby Starters

추천 스타터 목록:

Favorite site

Documentations

Tutorials