shallihan / gatsby_practice

A static-site generated and built using Gatsby, a React-based open-source framework for creating websites and apps.

Home Page:https://gatsby-static-site-practice.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby's Practice

โœจ View the app live in production here

๐Ÿš€ Clone project

  1. Clone GitHub repositiory.

    git clone https://github.com/shallihan/gatsby_practice.git
  2. Install depend.

    cd gatsby-practice
    npm install
  3. Start developing.

    Navigate into your new siteโ€™s directory and start it up.

    gatsby develop

๐Ÿš€ Quick start

  1. Install Gatsby globally.

    sudo npm i -g gatsby-cli
  2. Create a Gatsby site.

    Use the Gatsby CLI (install instructions) to create a new site, specifying the default starter.

    # create a new Gatsby site using the default starter
    gatsby new gatsby-practice
  3. Start developing.

    Navigate into your new siteโ€™s directory and start it up.

    cd gatsby-practice/
    gatsby develop
  4. Open the source code and start editing.

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the gatsby-practice directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

๐ŸŽ“ Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

About

A static-site generated and built using Gatsby, a React-based open-source framework for creating websites and apps.

https://gatsby-static-site-practice.netlify.app

License:BSD Zero Clause License


Languages

Language:CSS 48.2%Language:JavaScript 45.9%Language:TypeScript 5.9%