https://github.com/maciejkorsan/frontendkickstarter
Gulp 4.0 configuration for static sites development
https://github.com/maciejkorsan/frontendkickstarter
frontend gulp gulp-starter junior-developer
Last synced: 2 months ago
JSON representation
Gulp 4.0 configuration for static sites development
- Host: GitHub
- URL: https://github.com/maciejkorsan/frontendkickstarter
- Owner: maciejkorsan
- Created: 2016-04-24T23:28:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T13:56:56.000Z (over 7 years ago)
- Last Synced: 2025-06-14T10:38:42.302Z (12 months ago)
- Topics: frontend, gulp, gulp-starter, junior-developer
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 31
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend kickstarter
This is simple gulp 4.0 configuration, perfect for making simple, static websites.
features 🚀:
- autoreload on local webserver
- sass support
- dist building with minification
- auto header / footer for content sites
- circleci FTP autodeployment (read below)
requirements:
- node.js (npm)
- npm install -g gulp-cli
download my gulpfile & packages config and run:
- npm install
- gulp
- you're ready to go :)
If you want to enable FTP autodeployment please follow this blog post: https://blog.polarbits.co/2018/01/24/deploy-static-html-website-from-github-repository-to-the-ftp-server-using-circleci/