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

https://github.com/tracy-codes/shopify-slate-tailwind-starter

This is a Tailwindcss starter template for slate, it is based on Shopify's starter skeleton template
https://github.com/tracy-codes/shopify-slate-tailwind-starter

javascript liquid nodejs shopify shopify-slate shopify-theme shopify-theme-framework slate tailwind tailwind-css tailwindcss

Last synced: 5 months ago
JSON representation

This is a Tailwindcss starter template for slate, it is based on Shopify's starter skeleton template

Awesome Lists containing this project

README

          

## This is a Tailwindcss starter template for slate, it is based on Shopify's starter skeleton template

This project is based off [shopify/skeleton-theme](https://github.com/shopify/skeleton-theme), checkout Slate for more information.

get started
```
$ yarn create slate-theme my-new-theme tracy-codes/shopify-slate-tailwind-starter
```

This example includes a quick mobile responsive navbar directly from the [Tailwindcss Documentation](https://tailwindcss.com/components/navigation#responsive-header) to show the use of Tailwind.

### How to work with slate for Shopify:

- rename .env-sample to .env and setup your development store config.

- run: `$ yarn start`
- slate will open your localhost, just ignore that, and go to your development store.
- In the development store you should have your theme loaded
- Changes will hot reload in the dev store.