Skip to content

softspiders/gatsby.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

Minimalistic Gatsby.js example


Feature tags

  • gatsby
  • jamstack
  • javascript
  • starter
  • template

Direct descendants

gatsby-auth

Requirements

Other dependencies are transitive and therefore installed under the hood.

Installation

Two steps are required:

Install gatsby-cli

Being in any directory, run:

npm i -g gatsby-cli

Install this minimalistic Gatsby.js site

Being in this repository directory run:

npm i

Running

gatsby develop

The site is now running at http:https://localhost:8000.
There is a second link: http:https://localhost:8000/___graphql. This is a tool that can be used to experiment with data requests.

Authors

Alexander Lapygin

How this code was obtained

All code of the repository can be generated and installed at the same time by execution of the following gatsby-cli command:

npx gatsby new gatsby gatsbyjs/gatsby-starter-hello-world

Inspired by

Gatsby's hello-world starter

License

Licensed under the MIT license.