Add backend API sever url in ui/.env
file
ASK_ASTRO_API_URL=http://0.0.0.0:8080
Run the development server:
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
Add backend API sever url in ui/.env
file
ASK_ASTRO_API_URL=http://0.0.0.0:8080
Run the development server:
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.