WarsawJS Workshop #36 JavaScript exercises.
- Installed
git
(version >= 2.x.x) - Installed
node.js
(version >= 10.x.x). - Installed
npm
(version >= 6.x.x)
-
Fork this repository on GitHub. (How to fork a repo on GitHub?)
-
Clone your fork of the repository. (How to clone a repo from GitHub?)
During the workshop we are implementing JavaScript exercises in the exercises
directory.
To keep a specific file watched and re-run on every update, please run npm run nodemon <path-to-file>
.