/jsstarter

Just enough files to start to learn vanilla JavaScript in TDD style.

Primary LanguageJavaScriptMIT LicenseMIT

jsstarter

Just enough files to start to learn vanilla JavaScript in TDD style.

jQuery & Lodash are already loaded, you can also test jQuery against isolated HTML.

NodeJS must be installed on your system.

To run as CI mode w/ browsers:

npm install
npm test

After that, coverage can be seen under the coverage/ folder.

To package all your files into one :

$(npm bin)/gulp compress

Files in test/ folder must end with Spec.js to be ran. (Can change this in karma.conf.js)