GitHub - potahtml/mpa-archive: Crawls a Multi-Page Application to a zip file, serve the Multi-Page Application from the zip file. A MPA archiver. Could be used as a Site Generator
Multi-Page Application Archive
Crawls a Multi-Page Application into a zip file. Serve the Multi-Page
Application from the zip file. A MPA archiver. Could be used as a Site
Generator.
Installation
npm install -g mpa-archive
Usage
Crawling
mpa http://example.net
Will crawl the url recursively and save it in example.net.zip. Once
done, it will display a report and can serve the files from the zip.
Serving
mpa
Will create a server for each zip file on the current directory. Host
is localhost with a ...
Read more at github.com