Simple React app that displays live crypto prices using the go-crypto-api backend.
Try out a live demo of the frontend here:
https://react-crypto-ui.up.railway.app/
-
Clone the repository and enter the directory.
-
Create a
.envfile in the root of the project to customize settings:
# Backend API URL to send requests to.
# This should point to your deployed instance of the go-crypto-api:
# https://github.com/Ve6om/go-crypto-api
VITE_GO_CRYPTO_API_URL=http://localhost:8080- (Optional) Test the app locally
npm run dev- Build the app and deploy it to your own server or a platform like Railway:
npm run build