Ask-Astro UI#

Developing#

Initialize UI server dependencies#

ui.init

Run UI server#

Add backend API sever url in ui/.env file

ASK_ASTRO_API_URL=http://0.0.0.0:8080

Run the development server:

ui.run

Building#

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.