Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.68 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.68 KB

Gatsby

Gatsby Starter Basic SCSS

🚀 Quick start

  1. Create a Clone.

    Use the Gatsby CLI to create a new site, specifying the minimal starter.

    # create a new Gatsby site using the minimal starter
    gatsby new [PROJECT_NAME] sarojkumar007/gatsby-starter-basic-scss
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd <project_name>/
    npm start
  3. Open the code and start customizing!

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

    Edit src/pages/index.js to see your site update in real-time!

  4. Learn more

By