Skip to content

Latest commit

 

History

History

javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Gilded Rose in Javascript

Install npm. Install dependencies:

sudo npm install -g grunt-cli
sudo npm install

Run the tests suite:

grunt simplemocha

Or run the tests suite whenever test or source files are changed:

grunt watch