#Introduction

This is an example JavaScript project that uses shortjsdoc to document its js files. 

#Install

    npm install
    node setup.js    

this will generate the folder jsdoc with this project's jsdocs

#Test

    cd short-jsdoc
    grunt run
    firefox http://localhost:8080/test/node-test-project/jsdoc/#index 