blob: 8b7ed8f73b3abbf0a58a5657dbf1acfe24d8cca6 (
plain)
1
2
3
4
5
6
7
8
9
|
[express]
$ 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>
|