Skip to content

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

License

Notifications You must be signed in to change notification settings

bdavidxyz/jsstarter

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published