This project is a Node.js app that will allow a user to download the image and font assets from a stylesheet link. It runs a web server that provides a front-end and will return the assets as a zip file.
- You will need to have Node.js installed.
npm install
to install the project dependenciesnode main.js
to run
You can then go to http://localhost:PORT
in your browser to access the Asset Downloader front end.