Skip to content

A starter containing nothing more than the simple basics of es6 JS and Sass so you can get on with the rest of your project and life

License

Notifications You must be signed in to change notification settings

PocketNinjaDesign/gulp-browserify-sass-es6-babel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-browserify-sass-es6-babel-starter

A starter containing nothing more than the simple basics of es6 JS and Sass so you can get on with the rest of your project and life

  1. Installation
  2. Tests
  • eslint
  • mocha

Installation

download repo and enter the folder from the terminal / command line

$ npm install

to run the compiler from gulp:

$ gulp

the order of the run is sass firrst in order to generate the dist folder, this allows the babel compiler to render the index.js to the folder with ease

Tests

eslint

Depending on your text editor eslint will be providing information as you type, however, to activate js tests using eslint run:

$ npm run lint

About

A starter containing nothing more than the simple basics of es6 JS and Sass so you can get on with the rest of your project and life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published