Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saabbir/shopify-starter-theme

This is a starter theme to start any Shopify theme development
https://github.com/saabbir/shopify-starter-theme

Last synced: 1 day ago
JSON representation

This is a starter theme to start any Shopify theme development

Awesome Lists containing this project

README

        

## Shopify Starter Theme

This is a starter theme to start any Shopify theme development.

![Screenshot](Screenshot.png)

It contains all the necessary Shopify files and directories. It also supports Sass/SCSS and has build step for that.

To compile SCSS into regular CSS, run `npm run sass` from the root directory.

```
npm run sass
```

Also, to start the local development, you can run `shopify theme dev` or `npm run dev` from the root directory.

```
npm run dev

# or

shopify theme dev
```