https://github.com/ervandra/eddzhuo-sogo
WAP site
https://github.com/ervandra/eddzhuo-sogo
Last synced: 5 months ago
JSON representation
WAP site
- Host: GitHub
- URL: https://github.com/ervandra/eddzhuo-sogo
- Owner: ervandra
- Created: 2018-10-16T15:05:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T16:52:03.000Z (over 7 years ago)
- Last Synced: 2025-08-29T07:42:54.618Z (10 months ago)
- Language: HTML
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eddzhuo-sogo
WAP site
# How to start:
1. install Yarn, NPM, Gulp globally to your machine
2. run yarn install with cli then run 'gulp'
3. working in 'src' folder
4. create your HTML file on the 'html' folder
5. final source code will generated in the 'dist'
6. put all assets like fonts and images in the respectives folder (fonts, img)
7. if you have js plugin put in 'lib/js' , if they came with css put in 'lib/css'
8. run from localhost port : 8000;
9. to change the port 'gulpfile.js'
NOTED: In case the task runner not build file on dist folder, please re-run the gulp
DON'T edit your file directly from 'dist' folder!
Have a nice fun coding!