https://github.com/murage-poc/e-soko-ui-design
Web design for a mini e-commerce site
https://github.com/murage-poc/e-soko-ui-design
Last synced: about 1 month ago
JSON representation
Web design for a mini e-commerce site
- Host: GitHub
- URL: https://github.com/murage-poc/e-soko-ui-design
- Owner: murage-poc
- Created: 2020-03-12T20:23:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T06:30:04.000Z (over 2 years ago)
- Last Synced: 2025-06-07T22:07:06.956Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 1.3 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#### E-SOKO UI DEMO

A UI demo for a simple e-commerce site.
**Project architecture structure**
```
.
|--- dist
| |
| |-assets
| | |
| | |-css
| | |-images
| | |-js
| |
| |-index.html
|
|---assets
| |
| |-sass
| | |-app.sass
| |-images
| |-ts
| |-index.js
|
| index.html
|
| gulpfile.js
| package.json
| package-lock.json
| readme.md
| .gitignore
```
sass+typescript files are place under `assets` respective folders.
The html pages are on the root project folder. The `dist` folder is autogenerated on build
This can be modified in the gulpfile.js at the root folder.
##### BUILD MODULES INCLUDED
```
"browserify": "^16.3.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"tsify": "^4.0.1",
"typescript": "^3.5.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
```
### Prerequisites- Node js (with npm) installed
- Git### Quickstart
- Clone the project `git clone https://github.com/mimidotsuser/E-Soko-UI-design.git`.
- Run `npm install` to load the dependencies
- To build and continuously watch for changes using Gulp, run `npm start`
- The project does not include any server. You will have to setup one which will serve the output in the `dist` folder