Skip to content

adiled/basic-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

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

npm install
bower install

How to build

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

Releases

No releases published

Packages

No packages published