Answers for "install gatsby -g"

2

gatsby js install

npm install -g gatsby-cli


//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
1

npm install gatsby cli

npm i gatsby-cli -g
Posted by: Guest on August-09-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language