This repository holds the code for the Udemy course found here.
The project uses nodemon to run files with an npm start command. To run a file, use -- [filepath] with the npm start command. For example:
npm start -- ./index.js
or
npm start -- ./snippets/add1_timing.js