Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raselshikdar/tech-store
E-commerce store website for tech gadgets.
https://github.com/raselshikdar/tech-store
e-commerce e-shop e-store ecommerce-store javascript online-shop portfolio-website pug scss store tech-gadgets tech-store
Last synced: 2 days ago
JSON representation
E-commerce store website for tech gadgets.
- Host: GitHub
- URL: https://github.com/raselshikdar/tech-store
- Owner: raselshikdar
- License: mit
- Created: 2024-06-03T02:21:14.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T04:06:37.000Z (6 months ago)
- Last Synced: 2024-11-13T17:32:15.548Z (about 1 month ago)
- Topics: e-commerce, e-shop, e-store, ecommerce-store, javascript, online-shop, portfolio-website, pug, scss, store, tech-gadgets, tech-store
- Language: Pug
- Homepage: http://raselshikdar.is-a.dev/tech-store/
- Size: 2.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer store e-commerce template
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vkovic/uikit-computer-store-template/blob/master/LICENSE)
### Computer store e-commerce template built with `UIkit` using `Sass`
This theme is port of
[chekromul/uikit-ecommerce-template](https://github.com/chekromul/uikit-ecommerce-template)
to use `Sass` instead of `Less`.After I found this great e-commerce theme, I decided to spend some time adopting it to `Sass` preprocessor since lot of
us are preferring it over `Less`.Demo: [https://vkovic.github.io/uikit-computer-store-template](https://vkovic.github.io/uikit-computer-store-template)
[![Computer store e-commerce template](https://raw.githubusercontent.com/vkovic/uikit-computer-store-template/gh-pages/images/preview.png "Computer store e-commerce template")](https://raw.githubusercontent.com/vkovic/uikit-computer-store-template/gh-pages/images/preview.png "Computer store e-commerce template")
---
## Compatibility
This theme requires `Node.js` version `>= 8.2`
## Technologies
- [UIkit](https://getuikit.com)
- [Pug](https://pugjs.org)
- [Sass](https://sass-lang.com/)
- [Gulp](https://gulpjs.com)## Installation
To install theme first clone this repo
```bash
git clone https://github.com/vkovic/uikit-computer-store-template.git
```and go to directory
```bash
cd uikit-computer-store-template
```After this, there is 2 ways of installing it either using `npm` or `yarn`
### Install via `npm`
Install required packages via `npm`:
```bash
npm install
```Compile project
```bash
npm run build
```### Install via `yarn`
Install required packages via `yarn`:
```bash
yarn
```Compile project
```bash
yarn build
```## Copyright and Credits
- [Original (Less version) Theme Developer](https://github.com/chekromul)
- [Shopping Categories Colection](https://thenounproject.com/jarosigrist/collection/shopping-categories) icons by
Jaro Sigrist from Noun Project. Licensed under Creative Commons Attribution 3.0.