S
S
sbk_x2021-11-18 19:57:53
JavaScript
sbk_x, 2021-11-18 19:57:53

How to deploy an existing React project from scratch with a ready-made build??

Greetings!

There is a part of the project source code written in react.

Question: is it possible to deploy this project for editing from the source code from scratch?

If yes, how?

Available files:
several build js and css files named by type

  • runtime-main.3e0d1a11.js
  • main.44f0ade4.chunk.js. map
  • 2.d96c7068.chunk.js.map

from json, txt and html files there is only
  • asset-manifest
  • manifest.json
  • LICENSE.txt
  • index.html

Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
antsam, 2021-12-09
@antsam

If the code base of the project is more than a year old, then here is my positive advice for you - write again. This may be easier than restoring this dinosaur and then refactoring all that legacy code and transferring the included libraries to new versions.
The main value is in the collated working files (I hope it also starts). As a rule, most of the time is spent on understanding how it should look and work. And if there is already an example of how it should work, then implementing everything from scratch can even be better.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question