Skip to content

Latest commit

 

History

History

create-analog

create-analog

Analog is the fullstack meta-framework for Angular.

Features

  • Powerd by Vite
  • Supports Vitest/Storybook
  • Server and deployment integrations powered by Nitro
  • Filesystem-based routing
  • Server-side data fetching
  • Support for using markdown as content routes
  • Integrated API/server routes
  • Hybrid SSR/SSG support
  • Supports Angular CLI and Nx workspaces

Creating an Analog Project

With NPM:

npm create analog@latest

With Yarn:

yarn create analog

With PNPM:

pnpm create analog

Follow the prompts to install the application dependencies and run the project in development mode!

Next Steps

Learn more at analogjs.org

Supporting Analog