Winda
0
Q:

create gatsby app

gatsby new my-app
1
//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
0

New to Communities?

Join the community