Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyslab/gp-site-biz
Gulp Small Biz Website Demo. 👌
https://github.com/dyslab/gp-site-biz
Last synced: 24 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T11:54:29.000Z (12 months ago)
- Last Synced: 2024-01-18T14:30:36.527Z (12 months ago)
- Language: Pug
- Homepage: https://dyslab.github.io/gp-site-biz/dist/
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Small biz website demo - powered by _Gulp v4_
![GitHub package.json version](https://img.shields.io/github/package-json/v/dyslab/gp-site-biz) Â [![Gulp v4](./src/gulp-v4.svg)](https://gulpjs.com/) Â [![MIT License](./src/MIT-license.svg)](./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
```