Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexislepresle/gatsby-shopify-theme

πŸ›’ Simple theme to build a blazing simple and fast store with Gatsby and Shopify.
https://github.com/alexislepresle/gatsby-shopify-theme

gatsby gatsby-shopify-theme gatsby-site gatsby-starter gatsby-starter-kit gatsby-theme gatsbyjs gatsbyjs-ecommerce netlify shopify storefront-api

Last synced: 1 day ago
JSON representation

πŸ›’ Simple theme to build a blazing simple and fast store with Gatsby and Shopify.

Awesome Lists containing this project

README

        

[![Netlify Status](https://api.netlify.com/api/v1/badges/20c4dfbd-246b-4823-b1b1-9b5972a1b010/deploy-status)](https://app.netlify.com/sites/gatsby-shopify-store/deploys)


Gatsby-Shopify-theme



Gatsby Shopify Theme

Kick off your project with this ecommerce website. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React. [DEMO](https://www.gatsbyjs.org/docs/gatsby-starters/)

This starter also includes credentials to a Shopify demo store so you can try it out immediately without having to start a store. To use your own just change the values inside of .env.

If you have questions feel free to message me on [Twitter](https://twitter.com/alexislepresle) or [Instagram](https://instagram.com/alexislepresle) πŸ€™πŸ»

For project : [email protected] or [contact me](https://www.alexislepresle.com/contact/) πŸ€™πŸ»

## πŸ”₯ Featured

- Cart
- Product grid with all products
- Filter products
- Sort products
- Product page
- Dynamic Inventory Checking
- Image optimization with Gatsby Image
- Search Bar
- Google Analytics
- SEO
- Customer account from Shopify Store
- Create customer account
- Log in customer account
- Reset Password
- See all orders
- Order detail
- See all addresses (Can Create, Update, Delete and choose default address)

## πŸš€ Quick start

1. **Create a Gatsby Shop site.**

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

```sh
# create a new Gatsby site using the default starter
gatsby new shop-gatsby-shopify https://github.com/alexislepresle/gatsby-shopify-theme
```

1. **Start developing.**

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

```sh
cd shop-gatsby-shopify/
npm i
gatsby develop
```

1. **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](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._

Open the `my-default-starter` 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](https://www.gatsbyjs.org/). Here are some places to start:

- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.org/tutorial/).** 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](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.

## πŸ’« Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/alexislepresle/gatsby-shopify-theme/)