Skip to content

A basic boilerplate I setup. It's tasked to use ES6(Babel), SASS and jsHint

Notifications You must be signed in to change notification settings

TylerDelRosario/gulp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-boilerplate

A basic boilerplate I setup. It's tasked to use ES6(Babel), SASS, jsHint and it can optionally deploy your project to Surge.

Setting up

1: Create a new folder/directory and type git clone https://github.com/TylerDelRosario/gulp-boilerplate.git. 2: By default, deploying to surge.sh is disabled, in order to enable it, uncomment the following code:

/*---You need to edit your site name before it deploys---*/
// gulp.task('deploy', [], ()=>{
// 	return surge({
// 		project: './src',
// 		domain: 'your-site-name-here.surge.sh'
// 	})
// });

and

gulp.task('default', ['lint', 'sass', 'scripts', 'watch', /*'deploy'*/]);

Moreover, change the name of your domain and make it unique. 3:Start coding!

About

A basic boilerplate I setup. It's tasked to use ES6(Babel), SASS and jsHint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published