https://github.com/google-gemini/angular-language-learning-sample.git
You need Gemini API key in order to run this demo. Here's how:
Caution: **Using the Google AI SDK for JavaScript directly from a client-sideapp is recommended for prototyping only.** For non-prototyping use cases, we strongly recommend that you call the Google AI Gemini API only server-side to keep your API key safe. If you embed your API key directly in your JavaScript app or fetch it remotely at runtime, you risk potentially exposing your API key to malicious actors.
server.tsAPI_KEYNote: Do not use ng serve as this sample uses server side rendering (SSR).
ng buildnpm starthttp://localhost:4000/Note: Do not use ng serve as this sample uses server side rendering (SSR).
ng buildnpm start