diff options
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,3 +3,7 @@ $ express do '# npm install -g express' beforehand, express command generates nice template dir structure to get started +[code analysis] +# npm install -g jslint +$ jslint --sloppy --white <file.js> + |