https://github.com/brandonroberts/analog-deno
An Analog with Angular application deployed to Deno Deploy
https://github.com/brandonroberts/analog-deno
angular deno fullstack
Last synced: 2 months ago
JSON representation
An Analog with Angular application deployed to Deno Deploy
- Host: GitHub
- URL: https://github.com/brandonroberts/analog-deno
- Owner: brandonroberts
- Created: 2024-12-06T16:41:08.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T17:05:53.000Z (6 months ago)
- Last Synced: 2025-03-20T05:47:03.447Z (2 months ago)
- Topics: angular, deno, fullstack
- Language: TypeScript
- Homepage: https://analog-app-deno.deno.dev/
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analog-deno
This project was generated with [Analog](https://analogjs.org), the fullstack meta-framework for Angular.
## Setup
Run `npm install` to install the application dependencies.
## Development
Run `npm start` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads if you change any of the source files.
## 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.
## Community
- Visit and 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://github.com/sponsors/brandonroberts)