Skip to content

FokkeZB/frontend-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My default front-end development setup

My default front-end boilerplate setup using:

  • NPM scripts; No Gulp or Grunt!
  • Browser-sync; for automagic reloading while developing [https://browsersync.io]
  • Browserify;
  • Watchify;
  • node-sass; for compiling SASS into CSS

Usage:

  • yarn
  • npm run start

About

My basic frontend boilerplate using NPM scripts, Browserify, SASS compiling and Watchify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.6%
  • JavaScript 25.9%
  • CSS 5.5%