安装 gatsby-cli
npm install gatsby-cli -g
查看 gatsby 版本号
gatsby --version
使用gatsby new
来创建第一个Gatsby项目
gatsby new
根据cli的提示创建好项目之后
进入项目
# 进入初始化项目创建的文件夹cd project# 启动开发servernpm run develop
访问项目
You can now view my-first-gatsby-site in the browser.⠀http://localhost:8000/⠀View GraphiQL, an in-browser IDE, to explore your site's data andschema⠀http://localhost:8000/___graphql
这里不赘述React的内容