https://github.com/dyslab/gp-site-biz
Gulp Small Biz Website Demo. 👌
https://github.com/dyslab/gp-site-biz
gulp4 static-website template
Last synced: about 2 months ago
JSON representation
Gulp Small Biz Website Demo. 👌
- Host: GitHub
- URL: https://github.com/dyslab/gp-site-biz
- Owner: dyslab
- License: mit
- Created: 2019-06-19T19:41:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T23:59:33.000Z (6 months ago)
- Last Synced: 2025-02-10T13:43:40.954Z (3 months ago)
- Topics: gulp4, static-website, template
- Language: Pug
- Homepage: https://dyslab.github.io/gp-site-biz/dist/
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Small biz website demo - powered by _Gulp v4_
 Â [](https://gulpjs.com/) Â [](./LICENSE)
## Notes
- Click [HERE](https://dyslab.github.io/gp-site-biz/dist/) to check out Github page demo of this project
- Click [HERE](./src/news/README.md) to check out news update intro for this project
## Brief intro for beginner after cloned or downloaded
```bash
# Notes: following CLIs are a one-time installation
npm install gulp-cli -g # Install gulp command line interface
npm install pm2 -g # Install PM2 command line interface# Notes: following command lines use for test and development. and build
npm start # Start local web server. Demo page link is `http://localhost:8060/dist/`
npm run start:pm2 # Start local web server by PM2. Web server address and port like above# Notes: following command lines use for build and generation
gulp # Generate index/about pages and process babel js files
gulp news # Generate news-related pages
gulp products # Generate products-related pages
gulp services # Generate services-related pages# Build ALL command
npm run build # Equals to `gulp all`, Generate all pages
```