Skip to content

marcysutton/gatsbywc-intro-gatsby-react

Repository files navigation

Gatsby logo

Intro to Gatsby and React

Gatsby Web Creators on Glitch

Gatsby is a website generator that uses React, a JavaScript library, and other modern web development tools. The Gatsby Learning team is offering this web development series.

By participating, you are agreeing to abide by our Code of Conduct.

Learn more about Gatsby and Gatsby Web Creators.

Glitch is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.

Find out more about Glitch.

Resources

Your Project

README.md

That's this Markdown file, where you can tell people what your cool website does and how you built it.

package.json

Configuration file that lists information about your project. Running npm install [package-name] will add to the dependencies object in this file.

gatsby-config.js

A file to contain metadata about your Gatsby project, and to list installed Gatsby plugins.

gatsby-browser.js

A file to import CSS styles and installed fonts.

pages/index.js

A page component for the site homepage.

pages/animal-grid.js

A page component for the animal grid page, with animating emojis.

components/layout.js

A layout component to share common markup between multiple pages, such as the header and footer.

style.css

The styles for your Gatsby site, imported in gatsby-browser.js.

.gitignore

A file to ignore certain files and directories, such as node_modules, so they aren't checked into GitHub.


\ ゜ o ゜)ノ

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published