I"m working on a front-end editor where users can generate a project.zip after editing a web page.
if you are local, just extract project.zip and use vscode to open the project, yarn start and then visit localhost:8000.
now you want to automate the deployment and preview the web page,
what toolkit is needed for manual deployment, what commands are typed in docker, and then you can see the web page by visiting the server address?
Update: the front end told me that the entire project cannot be uploaded. The node_module is too big. Do you still need to study packaging with webpack?