Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakshans1/starter-kit
A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
https://github.com/rakshans1/starter-kit
gulpjs jekyll sass
Last synced: about 1 month ago
JSON representation
A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
- Host: GitHub
- URL: https://github.com/rakshans1/starter-kit
- Owner: rakshans1
- Created: 2016-05-27T04:57:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T12:30:12.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T12:42:07.361Z (3 months ago)
- Topics: gulpjs, jekyll, sass
- Language: HTML
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jekyll-gulp-sass-browser-sync
=============================A starter project including full setup for Jekyll, GulpJS, SASS, AutoPrefixer & BrowserSync
## System Preparation
To use this starter project, you'll need the following things installed on your machine.
1. [Ruby](https://www.ruby-lang.org/en/) - `$ sudo apt-get install ruby-dev`
2. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
3. [NodeJS](http://nodejs.org) - use the installer.
4. [GulpJS](https://github.com/gulpjs/gulp) - `$ npm install -g gulp`## Local Installation
1. Clone this repo, or download it into a directory of your choice.
2. Inside the directory, run `npm install`.## Usage
**development mode**
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
```shell
$ gulp
```