GAN to gen web pages
Download the home page of all the major english news sites twice a day
Train a network with this data. Input is a string of varying length: the value of document.body.innerhtml
this value will be read on the event DOMContentLoaded
Generate a "news" website
Aims
npm run build
or npm run watch
(frontend)cd node_test & npm start
(backend)