- gatsby
- jamstack
- javascript
- starter
- template
Other dependencies are transitive and therefore installed under the hood.
Two steps are required:
Being in any directory, run:
npm i -g gatsby-cli
Being in this repository directory run:
npm i
gatsby develop
The site is now running at http://localhost:8000.
There is a second link: http://localhost:8000/___graphql. This is a tool that can be used to experiment with data
requests.
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
Licensed under the MIT license.