A place to store notes/examples of different node.js techniques, quirks and NPM packages. Also includes a scripts/repl.js file that will preload a bunch of NPM packages into a REPL for a quick sandbox environment to try them out in.
- After
git clonerunyarn install. - Run
yarn replto start thereplwith libraries loaded into it already.
- Run
yarn add <package_name>. - Add a
requirestatement to thescripts/repl.jsfile for the new package. - Push the updated
yarn.lockandpackage.jsonfiles up to Github afterward.