Skip to content

Amaca/gulp-startup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Features

  • 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

Installation

  1. Check you have the required dependencies: Node ≥ v0.10 & npm ≥ 2.1.5 node -v && npm -v
  2. Clone the project git clone https://github.com/supahfunk/gulp-startup.git
  3. Install NodeJS dependencies npm install -d

Usage

  1. Compile files, start watching files, and start dev server gulp start
  2. Open the dev server in your brower localhost:8888 also available on the network using ComputerName.local:8888

Hint

  • Be sure that you have installed Ruby & Python (Windows)
  • Try npm install gulp-sass --save-dev if something goes wrong with Gulp-Sass module

License

supahfunk/gulp-startup is released under the MIT license. "# gulp-startup"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.6%
  • JavaScript 37.2%
  • HTML 2.2%