Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 494 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 494 Bytes

Stylesheet Asset Downloader

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.

How to Run

  • You will need to have Node.js installed.
  • npm install to install the project dependencies
  • node main.js to run

You can then go to http://localhost:PORT in your browser to access the Asset Downloader front end.