Skip to content

Instantly share code, notes, and snippets.

@canertuzunar
Created April 14, 2021 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canertuzunar/7a6fd9459fe808695a0d4714bd4f6e3f to your computer and use it in GitHub Desktop.
Save canertuzunar/7a6fd9459fe808695a0d4714bd4f6e3f to your computer and use it in GitHub Desktop.
//index.js dosyasinin icerigini temizleyip kendi istegimize gore dolduralim
import React from 'react'
const IndexPage = () => {
return (
<h1>Merhaba Gatsby</h1>
)
}
export default IndexPage
/*localhost:8000 adresine gittiginizde ekraninizda Merhaba Dunya yazisini
gormus olmaniz gerek.*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment