Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #gatsby #js #install
ADD COMMENT
Topic
Name
2+3 =