- Gulp setup with the following setup:
- SCSS compiling using libsass (including autoprefixer and minifier: 'last 2 versions', 'Explorer >= 10', 'Android >= 4.1', 'Safari >= 7', 'iOS >= 7')
- Auto-refreshing dev server using gulp-livereload on localhost:8888 (change your port if you want)
- Javascript minification
- HTML5 templated index.htm
- Latest stable releases with CDNJS: Twitter Bootstrap 4, jQuery 3.1.0, Slick 1.6.0
- Check you have the required dependencies: Node ≥ v0.10 & npm ≥ 2.1.5
node -v && npm -v - Clone the project
git clone https://github.com/supahfunk/gulp-startup.git - Install NodeJS dependencies
npm install -d
- Compile files, start watching files, and start dev server
gulp start - Open the dev server in your brower
localhost:8888also available on the network usingComputerName.local:8888
- Be sure that you have installed Ruby & Python (Windows)
- Try
npm install gulp-sass --save-devif something goes wrong with Gulp-Sass module
supahfunk/gulp-startup is released under the MIT license. "# gulp-startup"