Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days ago
JSON representation
π Simple theme to build a blazing simple and fast store with Gatsby and Shopify.
- Host: GitHub
- URL: https://github.com/alexislepresle/gatsby-shopify-theme
- Owner: alexislepresle
- License: mit
- Created: 2019-08-14T13:13:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T17:30:16.000Z (almost 2 years ago)
- Last Synced: 2024-12-26T21:07:00.750Z (17 days ago)
- Topics: gatsby, gatsby-shopify-theme, gatsby-site, gatsby-starter, gatsby-starter-kit, gatsby-theme, gatsbyjs, gatsbyjs-ecommerce, netlify, shopify, storefront-api
- Language: JavaScript
- Homepage: https://gatsby-shopify-store.netlify.com/
- Size: 8.61 MB
- Stars: 123
- Watchers: 6
- Forks: 27
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - gatsby-shopify-theme - π Simple theme to build a blazing simple and fast store with Gatsby and Shopify. (JavaScript)
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 ThemeKick 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 start1. **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/)