Skip to content

A collection of testable JavaScript katas to continuously sharpen the toolset

Notifications You must be signed in to change notification settings

hanyelemary/js-code-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-code-katas

A collection of ES6 testable JavaScript katas to continuously sharpen the toolset and demonstrate the capabilities of ES6 (Harmony). The project uses Babel (formerly known as 6to5), which is a transpiler that transforms your ES6 code into ES5 to become browser-compatible as ES6 support catches on.

Local Setup

Use Grunt to build the project. Grunt and Grunt plugins are installed and managed via npm, the Node.js package manager.

If you haven't already, install nodejs and then open your terminal. Install grunt command line interface as a global package. You might need to prefix this command with sudo depending on your permissions:

npm install -g grunt-cli

Make sure you have grunt installed by testing:

grunt -v

In order to install all the dependencies required, run this command:

npm install

Now you can run grunt to run all of the default tasks (Karma is the only one registered so far).

About

A collection of testable JavaScript katas to continuously sharpen the toolset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published