Host Writer Web application front-end for GPT-3 Comedy Writer MSU Denver Senior Project, Class of 2020 Our team: Alexander Lyubomirov Bobby Wettig Remi Arata Xiaosong Wang Jesus Torres How to use this code: First things first, instal dependencies npm install Development Automatically build on code change npm start Testing Just once, with coverage npm run test Continually run tests on code change (Do this for TDD) npm run test-watch Deployment Build npm run build