Skip to content

A template that creates a browserSync server for testing and builds transpiled js modules.

License

Notifications You must be signed in to change notification settings

LukeCarlThompson/js-library-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-library-template

A template built for creating javascript libraries and general tinkering.

It uses gulp, scss, browserSync, Rollup and buble.

Folder structure

_src/ - is where you work
dev/ - is where the browserSync server runs from
dist/ - contains the processed js files

Get started

  1. npm install - install dependencies
  2. npm run dev - spins up the dev server
  3. npm run build - transpiles and builds final js files in dist/ folder

About

A template that creates a browserSync server for testing and builds transpiled js modules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published