Setup stack http server for SPA

This commit is contained in:
Nabarun 2024-07-29 10:44:34 +05:30
parent 2e5dbdacde
commit 937a1c33c6

View File

@ -16,4 +16,4 @@ REACT_APP_DEFAULT_GAS_PRICE=$DEFAULT_GAS_PRICE \
REACT_APP_GAS_ADJUSTMENT=$GAS_ADJUSTMENT \ REACT_APP_GAS_ADJUSTMENT=$GAS_ADJUSTMENT \
yarn build yarn build
http-server -p 80 /app/build http-server --proxy http://localhost:80? -p 80 /app/build