Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonroberts/analog-angular-cloudflare-example

An example application with Analog and Angular that runs in Cloudflare pages or workers
https://github.com/brandonroberts/analog-angular-cloudflare-example

Last synced: about 1 month ago
JSON representation

An example application with Analog and Angular that runs in Cloudflare pages or workers

Awesome Lists containing this project

README

        

# Analog App

An example of Analog + Angular running on Cloudflare workers

This project was generated with [Analog](https://analogjs.org), the fullstack meta-framework for Angular.

## Setup

Run `npm install` to install the application dependencies.

## Build

Rename the `.env.example` to `.env` before building to run locally.

Run `npm run build` to build the client/server project. The client build artifacts are located in the `dist/analog/public` directory. The server for the API build artifacts are located in the `dist/analog/server` directory.

## Development

Run `npm run dev` to start the Cloudflare server. Navigate to the provided URL in the command line.

## Publish

Run `npm run publish` to publish to Cloudflare using wrangler.

## Test

Run `npm run test` to run unit tests with [Vitest](https://vitest.dev).

## Community

- Join the [Discord](https://discord.gg/mKC2Ec48U5)
- Visit and Star the [GitHub Repo](https://github.com/analogjs/analog)
- Visit the [Website](https://analogjs.org/)
- Follow us on [Twitter](https://twitter.com/analogjs)