Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 166 Bytes

File metadata and controls

14 lines (11 loc) · 166 Bytes

nodejs-demo

Learning nodejs

Commands:

To check for linting errors:

$ yarn eslint

For example, to run a script:

$ node src/hello/helloWorld.js