Bones is a very simple starting point for all my web projects. Complete with a gulp process for processing SCSS, JS, Images and HTML.
Simply clone the repo and on you go.
Not an original idea but i find it much easier working with code i've written myself.
Clone this repo and from the cloned folder run the following...
npm install
In development mode Gulp will watch for changes on SCSS, JS, Images and HTML.
npm run build-dev
A production build will compress images, uglify CSS and minify JS.
npm run build-prod
A few things left on the list to sort out
- Add placeholder favicons (plus sketch template)
- Add options to config file to pre-populate meta
- Create a git clone cleanup script (to remove git folder)
- Add more mixins
- Add BrowserSync into gulp (behind toggle)