Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitthemes/shop-item
Shop Item is the Individual Shop Item Template For Bootstrap 4 E-Commerce.
https://github.com/orbitthemes/shop-item
Last synced: about 5 hours ago
JSON representation
Shop Item is the Individual Shop Item Template For Bootstrap 4 E-Commerce.
- Host: GitHub
- URL: https://github.com/orbitthemes/shop-item
- Owner: orbitthemes
- License: mit
- Created: 2018-06-09T02:46:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T07:30:24.000Z (over 6 years ago)
- Last Synced: 2024-01-29T09:38:54.542Z (10 months ago)
- Language: CSS
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shop Item
Shop Item is the Individual Shop Item Template For Bootstrap 4 E-Commerce.# [Orbit Themes - Shop Item Simple E-Commerce Template](https://orbitthemes.com/preview/shop-item/)
[Shop Item](https://orbitthemes.com/downloads/shop-item/) is a **Free** and **Open Source** Individual Shop Item Template for [Bootstrap](https://getbootstrap.com/) with responsive and high quality UI created by [Orbit Themes](https://orbitthemes.com/).
[![Shop Item E-Commerce Template Preview](https://raw.githubusercontent.com/orbitthemes/Orbit-Themes/master/assets/shop-item.png)](https://orbitthemes.com/preview/shop-item/)
**[View Live Preview](https://orbitthemes.com/preview/shop-item/)**
## Status
[![GitHub package version](https://img.shields.io/github/package-json/v/badges/shields.svg)](https://github.com/orbitthemes/shop-item)
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/orbitthemes/shop-item/master/LICENSE)
[![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/shop-item-template)
[![Build Status](https://travis-ci.org/orbitthemes/shop-item.svg?branch=master)](https://travis-ci.org/orbitthemes/shop-item)
[![dependencies Status](https://david-dm.org/orbitthemes/shop-item/status.svg)](https://david-dm.org/orbitthemes/shop-item)
[![devDependencies Status](https://david-dm.org/orbitthemes/shop-item/dev-status.svg)](https://david-dm.org/orbitthemes/shop-item?type=dev)## Features
- Responsive Design.
- Developed With Bootstrap 4.
- SEO Semantic Code.
- Three Column Layout.
- Simple and Easy To Use.
- HTML5 ready. Use the new elements with confidence.
- Designed with progressive enhancement in mind.## Download and Installation
To begin using this template, choose one of the following options to get started:
* [Download the latest release on Orbit Themes](https://orbitthemes.com/downloads/shop-item/)
* Install via npm: `npm i shop-item`
* Clone the repository: `git clone https://github.com/orbitthemes/shop-item.git`
```sh
# clone the repository
$ git clone https://github.com/orbitthemes/shop-item.git# go into the directory
$ cd shop-item# install all dependencies
$ npm install#For Development Options
$ gulp dev
```* [Fork, Clone, or Download on GitHub](https://github.com/orbitthemes/shop-item)
## Usage
### Basic Usage
After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the `index.html` file in your web browser.
### Advanced Usage
After installation, run `npm install` and then run `gulp dev` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
#### Gulp Tasks
- `gulp` the default task that builds everything.
- `gulp dev` browserSync opens the project in your default browser and live reloads when changes are made.
- `gulp css:compile` compiles the SCSS into CSS file.
- `gulp css:minify` minifies the compiled CSS file.
- `gulp css` compiles SCSS files into CSS and minify the css.
- `gulp js` Combines all js scripts to one file named `main.js`, Minify the file, and save it as `main.min.js`.
- `gulp export` copies dependencies from node_modules to the dist directory.
- `gulp clean` Removes all the directories inside dist, minified js files and all compiled css files.## Bugs and Issues
Have a bug or an issue with this template? [Open a new issue](https://github.com/orbitthemes/shop-item/issues) on GitHub or leave a comment on the [template overview page at Orbit Themes](https://orbitthemes.com/downloads/shop-item/).
## Custom Builds
You can hire Orbit Themes to create a custom build of any template, or create something from scratch using Bootstrap. For more information, visit the **[Contact Page](https://orbitthemes.com/contact/)**.
## Other Templates
- [Album Plus](https://orbitthemes.com/downloads/album-plus) - Album Plus is a Simple Photography and Magazine template for Bootstrap 4.
- [Blog](https://orbitthemes.com/downloads/blog) - Blog Is The Beautiful Blogger Template For Bootstrap 4.
- [Blog Post](https://orbitthemes.com/downloads/blog-post) - Beautiful Blog Post Template for Bootstrap 4.
- [My Shop](https://orbitthemes.com/downloads/my-shop) - My Shop is a Simple E-Commerce template for Bootstrap 4.
- [Carousel Plus](https://orbitthemes.com/downloads/carousel-plus) - Clean and Responsive Bootstrap 4 slideshow Template.
- [Checkout Plus](https://orbitthemes.com/downloads/checkout-plus) - Simple, Clean and Stylish Bootstrap 4 Checkout Page Template.
- [Cover Plus](https://orbitthemes.com/downloads/cover-plus) - Cover Plus Is The Beautiful One Page Template for Bootstrap 4.
- [Dashboard](https://orbitthemes.com/downloads/dashboard) - Free and Responsive admin dashboard template for bootstrap 4.
- [Healthy](https://orbitthemes.com/downloads/healthy) - Clean Responsive Fitness Landing Page For Bootstrap 4.
- [Kreative](https://orbitthemes.com/downloads/kreative) - Kreative Business Landing Page Template.
- [Pricing Plus](https://orbitthemes.com/downloads/pricing-plus) - Clean and Responsive Pricing Page Template With High Quality UI.
- [Jumbotron](https://orbitthemes.com/downloads/jumbotron) - Jumbotron Simple and Clean Marketing Landing Page.
- [Register](https://orbitthemes.com/downloads/register) - Simple and Clean Signup Template For Bootstrap 4.
- [Scroll Nav](https://orbitthemes.com/downloads/scroll-nav) - Simple and Responsive Scrolling Navigation Website Template For Bootstrap 4.
- [SignIn](https://orbitthemes.com/downloads/signin) - Simple and Clean SignIn Template For Bootstrap 4.## How to contribute
To contribute, please ensure that you have stable Node.js and npm installed.
Test if Gulp CLI is installed by running `gulp --version`. If the command isn't found, run `npm install -g gulp`. For more information about installing Gulp, see the [Gulp's Getting Started!](https://gulpjs.org/getting-started).To have all gulp dependencies run `npm install`
If gulp is installed, follow the steps below.
* Fork and clone the repository.
* Run `gulp dev`, this will open Template on your default browser.
* Now you can code, code and code!
* Submit a pull request.## About
Orbit Themes is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Orbit Themes are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
* Web: https://orbitthemes.com
* Twitter: https://twitter.com/orbitthemes
* Facebook: https://www.facebook.com/orbitthemes/
* Google Plus: https://plus.google.com/+orbitthemes
* Github: https://github.com/orbitthemes
* Behance: https://www.behance.net/orbitthemes
* Dribble: https://dribbble.com/orbitthemes
* Pinterest: https://www.pinterest.com/orbitThemes/
* Reddit: https://www.reddit.com/user/orbitthemes
* Instagram: https://www.instagram.com/orbitthemes/
* LinkedIn: https://www.linkedin.com/company/orbit-themes/Orbit Themes was created by and is maintained by **[Sandeep Prasad Bhatt](http://sandeepbhatt.com.np/)** .
* http://sandeepbhatt.com.np
* https://twitter.com/_MeSandy
* https://github.com/sandy100Orbit Theme Templates and Themes are based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
## Credits
* [node.js](http://nodejs.org/)
* [gulp](http://gulpjs.com/)
* [jQuery](http://jquery.com/)
* [Bootstrap](http://getbootstrap.com/)
* [SASS](https://sass-lang.com/)
* [Pexels](https://www.pexels.com/)## Copyright and License
Copyright 2018 Orbit Themes. Code released under the [MIT](https://raw.githubusercontent.com/orbitthemes/shop-item/master/LICENSE).
## Visit Website: https://www.orbitthemes.com