How can I compile a react front-end project online?

Environment: react windows10 JavaScript
I have made a front-end page editor that can generate a static front-end page by dragging components.
Export a project.zip. Then the compressed package is decompressed

yarn install yarn start

display pages can be compiled successfully with VSCode.

now there is a need to see what the pages generated by project.zip look like online.
has no clue at all, there is only one js file similar to codepen.io, and there are many js files in my project package.

are there any experienced bosses who can give some advice and give some related technical keywords, I will search them?

Mar.03,2021

CodeSandbox learn about

Menu