Confirmed users
401
edits
No edit summary |
|||
Line 59: | Line 59: | ||
# We could introduce module loader solution in this stage. I personally isn't the fan of any of them so I don't insist on this item is must-have. | # We could introduce module loader solution in this stage. I personally isn't the fan of any of them so I don't insist on this item is must-have. | ||
# Do whatever you want - system should be stable enough now! | # Do whatever you want - system should be stable enough now! | ||
== FAQ == | |||
=== How to run jsdoc locally? === | |||
<pre> | |||
npm install | |||
grunt docs | |||
</pre> | |||
and jsdoc will be generated to 'docs' folder |