https://github.com/keellyp/php-template
A PHP template to start an awesome project with gulp.js
https://github.com/keellyp/php-template
gulp gulp-plugin gulpfile php php-template routing template template-project
Last synced: 2 months ago
JSON representation
A PHP template to start an awesome project with gulp.js
- Host: GitHub
- URL: https://github.com/keellyp/php-template
- Owner: keellyp
- License: mit
- Created: 2017-04-15T18:25:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T08:23:58.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T07:30:08.655Z (4 months ago)
- Topics: gulp, gulp-plugin, gulpfile, php, php-template, routing, template, template-project
- Language: CSS
- Homepage:
- Size: 563 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-template
A dynamic template for PHP, HTML, CSS, JS run with Gulp## Prerequisites
You need to install [Node.js](https://nodejs.org/en/)### Install
Download the repository then go to the folder builder in your terminal.```
cd .../PHP-template/builder
```Once you are in there, you have to install node-modules
```
npm install
```
*You may need to install with sudo if you are a macOS user*## Compatibily
* Gulp.js
* PHP 7.1.0
* Javascript
* HTML5 / CSS3## Features
* Sourcemaps
* Watchers
* Notifications### Tasks
* "style" allows to compile the SASS into CSS, autoprefix it, minified and replace into the dist folder.
* "javascript" concatenates all the javascript files into one, minified it and replace into the dist folder
* "images" minifies all the images and place it on dist folder.
* "fonts" moves all the fonts into dist folder
* "watch" watches the changes in your files## Author
[Kelly Phan](http://kellyphan.fr)## Licence
This repository is under MIT Licence.