Answers for "new Gatsby site"

4

create new project gatsby

//Create new project 
gatsby new [gatsby-project-name] https://github.com/gatsbyjs/gatsby-starter-hello-world
cd [gatsby-project-name]

//initialize developer server
gatsby develop 

//create production build the project
gatsby build
gatsby serve
Posted by: Guest on October-08-2020
0

new Gatsby site

cd my-default-starter/
gatsby develop
Posted by: Guest on May-30-2021
0

new Gatsby site

# create a new Gatsby site using the default starter
gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default
Posted by: Guest on May-30-2021

Browse Popular Code Answers by Language