The fullstack meta-framework for Angular. Powered by Vite and Nitro
Analog is a meta-framework that allows developers to build applications and websites with Angular. Similar to other meta-frameworks like Next.JS, Nuxt, and SvelteKit, Analog provides a similar experience while building upon the Angular framework.
To install Analog, follow these steps:
Use your preferred package manager (e.g., yarn, npm, pnpm) to create a new project.
With yarn:
yarn create analog-app my-app
With npm:
npx create-analog-app my-app
With pnpm:
pnpm create-analog-app my-app
Follow the prompts to scaffold the project and start the development server.
Analog is a meta-framework that simplifies the process of building applications and websites with Angular. It provides various features such as support for popular tools, file-based routing, markdown content routes, API/server route support, and hybrid SSR/SSG capabilities. Analog can be installed using the package manager of your choice and is compatible with both Angular CLI and Nx workspaces. With its user-friendly features and flexibility, Analog is a powerful choice for developers looking to leverage the Angular framework for their projects.