An open API service indexing awesome lists of open source software.

https://github.com/adiled/basic-boilerplate

Automate basic front end build using Gulp 4. Includes BrowserSync
https://github.com/adiled/basic-boilerplate

boilerplate bower browsersync gulp4 sass

Last synced: about 1 month ago
JSON representation

Automate basic front end build using Gulp 4. Includes BrowserSync

Awesome Lists containing this project

README

          

# Getting Started

```shell
git clone https://github.com/designabyss/basic-boilerplate.git newprojectname
cd newprojectname
git remote rm origin
```

## Install dependencies

cd to project directory. This would take a while

```shell
npm install
bower install
```

## How to build

```shell
gulp bower
gulp serve
```

**gulp bower** builds libraries

**gulp serve** builds everything else, conjures up development server and then starts watching for changes

> **Note:** Build system is based on *Gulp 4*