- Copy files into a folder
my-react-app
. - Install dependencies:
yarn
. - Create
.env
from.env.example
and setVITE_API_BASE
if needed. - Run dev server:
yarn dev
.
- Authentication code was removed per your request.
- The axios client does not attach Authorization headers.
- RTL support is enabled (document.dir = 'rtl').
- Place your
img/
folder intopublic/img/
so path references from the original HTML keep working.