shopify-data-faker
Version:
A Shopify development tool for generating dummy store data.
38 lines (23 loc) • 1.2 kB
Markdown
# 🛍 Shopify Data Faker
A Shopify development tool for generating dummy store data.
## Products
To import products, please go to the **Products** page, click on the **Import** button, and select the **app/product.csv** file.
## Collections
To generate collections, please run this command.
```
yarn gen-collections
```
## Pages
To generate pages, please run this command.
```
yarn gen-pages
```
## Articles
To generate articles, please run this command.
```
yarn gen-articles
```
## Related Projects
* **[Next Shopify Storefront](https://github.com/Maxvien/next-shopify-storefront)** • A real-world Shopping Cart built with TypeScript, NextJS, React, Redux, Apollo Client, Shopify Storefront GraphQL API, ... and Material UI.
* **[Bootstrap Shopify Theme](https://github.com/Maxvien/bootstrap-shopify-theme)** • A free Shopify Theme built with Bootstrap, BEM, Theme Tools, Swiper, Gulp, Parcel, Liquid, SASS, PostCSS, ESNext, ... and Passion.
* **[Shopify Theme Customizer](https://github.com/Maxvien/shopify-theme-customizer)** • An effective development tool for customizing existing Shopify themes. It's built with Gulp, Theme Kit, Theme Check, BrowserSync, ... and Passion.