If you clone this repo and browse to the index.html page (php -S localhost:8000 -t public/ or however you wish to host it) then you will be provided with a much nicer README! ![]()
Put your backend API / app here (such as: Laravel).
Put your public files here (such as: index.php).
Put your styles here, supported types are:
- .scss
- .sass
- .less
Put your scripts in here (such as: app.js).
gulp clean=>[ 'gulp clean:assets', 'gulp clean:uploads' ]clean:assetswill remove the dest assets folder.clean:uploadswill remove the dest uploads folder.
gulp scriptswill compile and concat the scripts.gulp stylesgulp styles:sasswill compile and concat the sass styles.gulp styles:lesswill compile and concat the less styles.
gulp up-startgulp up-start:sasswill scaffold a sass setup.gulp up-start:lesswill scaffold a less setup.
gulp watchRunsgulp.watchto allow for watching files as they're edited and fire off the appropriate gulp tasks to compile them. This also runs a livereload server.
We're always looking for people to help out with our projects, if you wish to help then you may make pull requests
Up-Start is a project by Frlnc but it's made possible by so many sources that the list would be too large to type.
The major sources are: