Skip to content

Basic setup of Browserify, Babel, Mocha, Chai, and a sprinkling of jQuery

Notifications You must be signed in to change notification settings

Nooshu/browserify-module-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browserify module example

A small set of code to bring together the following technologies:

  • ES2015 (compiled with Babel)
  • ES2015 import syntax
  • Mocha / Chai for testing
  • Browserify
  • DOM interaction using jQuery (for old IE support)

Usage

  • Clone the repo
  • npm install
  • npm run test to run the tests
  • grunt will clean, copy, browserify bundle, spin up a small BrowserSync server
  • http://localhost:3000 for a very basic example in the browser

License

None, go crazy! Use whatever you like. Hope it helps! :)

About

Basic setup of Browserify, Babel, Mocha, Chai, and a sprinkling of jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published