Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonroberts/analog-angular-cloudflare-example
- Owner: brandonroberts
- Created: 2023-05-16T22:29:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T19:14:05.000Z (over 1 year ago)
- Last Synced: 2024-10-27T06:52:32.427Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 869 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)