Learn the fundamentals of working with inline SVG strokes to create some custom progress loaders and take these techniques and apply them to other areas of the web. https://www.robsimpson.me/tutorials/inline-svg-progress-loaders/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Open up your terminal and run:
npm install
Once finished run:
npm run dev
This will compile all the development files into the build directory and watch for any changes you make to the HTML, CSS or JS files.