Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 258 Bytes

File metadata and controls

8 lines (6 loc) · 258 Bytes

javascript_base_template

The universal base template for node.js javascript development. Includes code style check.

Setup (only once, after cloning)

npm install

Running it (code check, then your program directly afterwards)

npm start