Node.js CMD application that inputs user information, exports HTML
team-html-generator-video.webm
- requires NPM and Node.js
To deploy app locally, please run (cmd) "npm install", "npm start run" to view the local dev build
To deploy "production" version of the app, create by running (cmd) "npm build", "npm run build". Then run "node app.js" in the /main directory of the project. This should initialize the question prompt process. Fill out the forms as per use. After filling out prompts, main.html should be expored to "output" folder.
n/a