/analog-angular-cloudflare-example

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

Primary LanguageTypeScript

Analog App

An example of Analog + Angular running on Cloudflare workers

This project was generated with Analog, the fullstack meta-framework for Angular.

Setup

Run npm install to install the application dependencies.

Build

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.

Test

Run npm run test to run unit tests with Vitest.

Community