# create-analog

Analog is the fullstack meta-framework for Angular.

## Features

- Powerd by Vite
- Supports Vitest/Storybook
- Server and deployment integrations powered by [Nitro](https://nitro.unjs.io)
- 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:

```bash
npm create analog@latest
```

With Yarn:

```bash
yarn create analog
```

With PNPM:

```bash
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](https://analogjs.org)

## Supporting Analog

- Star the [GitHub Repo](https://github.com/analogjs/analog)
- Join the [Discord](https://chat.analogjs.org)
- Follow us on [Twitter](https://twitter.com/analogjs)
- Become a [Sponsor](https://analogjs.org/docs/sponsoring)
