For more detailed information, visit: https://github.com/rstacruz/nprogress
After linking the provided .js and .css files to my main html file, I am instructed to "Simply call start() and done() to control the progress bar."
NProgress.start();
NProgress.done();
Having limited experience with javascript, I'm unsure of where to place the above code. Should anything specific be included within the parentheses?
Appreciate any help in advance!