All Projects β†’ Maxvien β†’ bootstrap-shopify-theme

Maxvien / bootstrap-shopify-theme

Licence: MIT license
πŸ› A free Shopify Theme built with Bootstrap, BEM, Liquid, Sass, ESNext, Theme Tools, ... and Webpack.

Programming Languages

Liquid
124 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to bootstrap-shopify-theme

shopify-development-resources
A List of resources for Shopify development
Stars: ✭ 56 (+36.59%)
Mutual labels:  shopify, shopify-themes, shopify-theme
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (+53.66%)
Mutual labels:  stylelint, postcss, bem
gulp-shopify
Blank slate Shopify theme for Developers, packaged with Gulp.js for processing SCSS, JavaScript (ES6), images and fonts. Made to support Online Store 2.0 features and Shopify CLI.
Stars: ✭ 142 (+246.34%)
Mutual labels:  shopify, shopify-themes, shopify-theme
Shopify Theme Lab
Shopify theme development environment using Liquid, Vue and Tailwind CSS πŸ§ͺ
Stars: ✭ 250 (+509.76%)
Mutual labels:  postcss, liquid, shopify
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+3882.93%)
Mutual labels:  stylelint, postcss
React Typescript Webpack2 Cssmodules Postcss
Simple Starter Template for React, TypeScript, postCSS, ITCSS, CSS-Modules, Webpack and Live Reloading (React Hot Loader 3)
Stars: ✭ 117 (+185.37%)
Mutual labels:  stylelint, postcss
Barebones
A barebones boilerplate for getting started on a bespoke front end.
Stars: ✭ 127 (+209.76%)
Mutual labels:  stylelint, postcss
Ajaxinate
🎑 Ajax pagination plugin for Shopify themes
Stars: ✭ 107 (+160.98%)
Mutual labels:  shopify, shopify-theme
Stylefmt
stylefmt is a tool that automatically formats stylesheets.
Stars: ✭ 2,123 (+5078.05%)
Mutual labels:  stylelint, postcss
stencil-boilerplate
A Stencil app boilerplate including routing, Redux etc.
Stars: ✭ 51 (+24.39%)
Mutual labels:  stylelint, postcss
shopify-slater-tailwindcss
Shopify Starter Theme + TailwindCSS with PurgeCSS
Stars: ✭ 40 (-2.44%)
Mutual labels:  shopify, shopify-theme
shopify-wishlist
πŸ’™ A set of files used to implement a simple customer wishlist on a Shopify store
Stars: ✭ 115 (+180.49%)
Mutual labels:  liquid, shopify
Postcss Less
PostCSS Syntax for parsing LESS
Stars: ✭ 93 (+126.83%)
Mutual labels:  stylelint, postcss
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (+200%)
Mutual labels:  stylelint, postcss
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (+58.54%)
Mutual labels:  stylelint, postcss
starter-kit
πŸƒ A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
Stars: ✭ 21 (-48.78%)
Mutual labels:  stylelint, postcss
static-webpack-boilerplate
πŸš€ Minimal & Modern Webpack Boilerplate for building static sites
Stars: ✭ 40 (-2.44%)
Mutual labels:  stylelint, postcss
bowman
A simple static site generator with an integrated toolchain for efficient development and delivery.
Stars: ✭ 17 (-58.54%)
Mutual labels:  stylelint, postcss
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+534.15%)
Mutual labels:  stylelint, postcss
Web Configs
Common configurations for building web apps at Shopify
Stars: ✭ 302 (+636.59%)
Mutual labels:  stylelint, shopify

πŸ› Bootstrap Shopify Theme

A free Shopify Theme built with Bootstrap, BEM, Liquid, Sass, ESNext, Theme Tools, ... and Webpack.

Experience

These are my experience when I have been working on this theme:

If you like this project, hit the STAR button to bookmark it ⭐️

Demonstration

Installation

Clone the source code into your computer.

git clone https://github.com/Maxvien/bootstrap-shopify-theme.git

Install the project's dependencies.

yarn install

Usage

First of all, you need to install Shopify CLI and login into your online store.

shopify login --store=your-store.myshopify.com

Then you can run the below commands to work with the theme.

Serve

Run webpack watch and serve the theme in development mode.

yarn serve

Push

Run webpack build and push the theme to your online store in production mode.

yarn push

Pull

Safely add the current project files to the git staging area, then pull the theme from your online store, and clean untracked asset files.

yarn pull

Test

Run unit test with jest and make sure the files are following the project workflow.

yarn test

Lint

Analyze the code to find problems with shopify theme check, eslint, stylelint and prettier.

yarn lint

Automatically fix problems.

yarn fix

Notes

Theme Assets

All files inside the theme/assets directory are ignored by git, except files starting with the static keyword in their filename.

Webpack Encore

Symfony Webpack Encore is a simpler way to integrate Webpack into your application. It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules, pre-processing CSS & JS and compiling and minifying assets. Encore gives you professional asset system that’s a delight to use.

If you want to use React or Vue in the theme, you can follow the documentation here.

Visual Studio Code Extensions

To speed up your productivity, you can install these extensions:

Related Projects

  • Next Shopify Storefront β€’ A real-world Shopping Cart built with TypeScript, NextJS, React, Redux, Apollo Client, Shopify Storefront GraphQL API, ... and Material UI.
  • Shopify Data Faker β€’ A Shopify development tool for generating dummy store data.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].