Skip to content

Starter Kit is boilerplate for web development.

Notifications You must be signed in to change notification settings

admkowal/Start_Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start_Kit

Starter Kit is boilerplate for web development.

##Key features:

  • All scripts in src/js/src are compailing to ES5 on the fly. Watch task refresh server everytime you are saving file.
  • CSS file is updating everytime you change the SASS files.
  • Custom SASS files are integrated with boostrap 4 files. Custom variables and styles are overwriting boostrap deafult files.

##Instruction

To install all dependecies run a command:

npm install

To set babel to work with ES6 run a command:

npm install --save-dev babel-preset-es2015

To start watching the files in src folder just run:

gulp

To compile, minify and build production-ready files run a command:

gulp build

About

Starter Kit is boilerplate for web development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published