Monday 27 March 2017

how would you approach this?

I have a bot written in node. (entirely backend)I use knex to get info from my DB.-I want to build a simple "front-end" [1 page] with the values I retrieve from my db.-then screenshot that page and save as an image (using horseman for this, although not sure if it will work on a localhost address?)I was thinking vue/ or react to generate the page. But would that mean I have to also add something like express/koa into my existing project? Or Should I do that front-end page as a separate project?

Submitted March 27, 2017 at 03:44PM by sayurichick

No comments:

Post a Comment