# Development Packages Don't forget to use the `--save-dev` option with `npm install` or the `--dev` option with `yarn add` ## LLMOps Gemini CLI ``` npm install -g @google/gemini-cli ``` ## Web development ### [lite-server](https://www.npmjs.com/package/lite-server) Lightweight development only node server that serves a web app, opens it in the browser, refreshes when html or javascript change, injects CSS changes using sockets, and has a fallback page when a route is not found. lite-server is a simple customized wrapper around BrowserSync to **make it easy to serve SPAs**. # Frontend Packages # Backend Packages