A next js frontend framework for testing AWS backend
- Change directory to
phidata-ui
cd phidata-ui
- Install dependencies
npm install
- 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
- Run the development server
npm run dev