Answers for "create gatsby app"

4

create gatsby app

gatsby new my-app
Posted by: Guest on November-09-2020
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

Browse Popular Code Answers by Language