Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 412 Bytes

File metadata and controls

22 lines (11 loc) · 412 Bytes

Basic Frontend Framework for testing AWS backend

A next js frontend framework for testing AWS backend

How to run

  1. Change directory to phidata-ui

cd phidata-ui

  1. Install dependencies

npm install

  1. Copy/Paste the URL of the backend API into the .env file

NEXT_PUBLIC_AWS_GATEWAY_WS_URL=wss://pv6hdf.execute-api.us-east-1.amazonaws.com/prod

  1. Run the development server

npm run dev