Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blanklob/helium
Helium is a modern Shopify development workflow ⚙️, with Online Store 2.0 features. Built with performance ⚡️ and best practices in mind..
https://github.com/blanklob/helium
boilerplate shopify starter template theme-development workflow
Last synced: 3 months ago
JSON representation
Helium is a modern Shopify development workflow ⚙️, with Online Store 2.0 features. Built with performance ⚡️ and best practices in mind..
- Host: GitHub
- URL: https://github.com/blanklob/helium
- Owner: blanklob
- License: mit
- Archived: true
- Created: 2021-06-30T11:40:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T15:23:56.000Z (over 2 years ago)
- Last Synced: 2024-05-23T10:14:46.324Z (9 months ago)
- Topics: boilerplate, shopify, starter, template, theme-development, workflow
- Language: Liquid
- Homepage:
- Size: 1.23 MB
- Stars: 125
- Watchers: 9
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Helium
> A Shopify theme environment from scratch ⚙️, with Online Store 2.0 features. Built with performance ⚡️ and best practices in mind, has sensible defaults for structured data, open graphs. Hot Module Reloading on SASS/ES6 file changes for rapid development and many other features...
This was made as a follow-up to the Shopify Unite 2021 event revealing the new theme online store 2.0 that has supports for JSON templates and section everywhere concept and few other features.
## Quick starter
Make sure you have the following minimum versions:
* Shopify CLI >= 2.4.0
* Node >= 14.0.0> ℹ️ You'll need to authenticate to your development Shopify store before runing the development server.
```shell
shopify login --store your-store.myshopify.com
```Get started by cloning the repository.
```shell
shopify theme init -u https://github.com/blanklob/helium.git
```> Pro tip: click the `Use this template` button above to start from a fresh repositry.
Then lunch the development server on `localhost:9292` using NPM/Yarn.
The command will also run Helium's watch mode on files.
```shell
npm run serve
```Happy coding :penguin:
## Contributing
Everyone is welcome to make Shopify theme development better! Please read the [Contributing guide](.github/CONTRIBUTING.md) before creating issues or submitting pull requests.
## License
MIT License Copyright (c) 2022 Blanklob. See [LICENSE](.github/LICENSE) for further details.