Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saabbir/shopify-starter-theme
- Owner: Saabbir
- Created: 2024-02-19T14:55:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-20T09:41:07.000Z (9 months ago)
- Last Synced: 2024-05-12T05:51:00.082Z (6 months ago)
- Language: SCSS
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```