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
- Host: GitHub
- URL: https://github.com/adiled/basic-boilerplate
- Owner: adiled
- Created: 2015-12-04T18:06:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T20:45:52.000Z (over 10 years ago)
- Last Synced: 2025-02-22T11:42:39.298Z (over 1 year ago)
- Topics: boilerplate, bower, browsersync, gulp4, sass
- Language: JavaScript
- Homepage: http://m-adilshaikh.github.io/basic-boilerplate/
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*