Coder Social home page Coder Social logo

omarjabri7 / bootstrap-shopify-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from viendinhcom/bootstrap-shopify-theme

0.0 1.0 0.0 898 KB

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

Home Page: https://github.com/maxvien/bootstrap-shopify-theme#demonstration

License: MIT License

JavaScript 15.70% Liquid 77.46% SCSS 6.84%

bootstrap-shopify-theme's Introduction

πŸ› 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.