Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/analog-bun
An example application using Analog, Angular, and Bun
https://github.com/brandonroberts/analog-bun
Last synced: 17 days ago
JSON representation
An example application using Analog, Angular, and Bun
- Host: GitHub
- URL: https://github.com/brandonroberts/analog-bun
- Owner: brandonroberts
- Created: 2023-09-12T13:15:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T13:22:04.000Z (about 1 year ago)
- Last Synced: 2024-10-12T22:58:41.810Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 200 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analog + Bun
This is an exmaple application running on [Bun](https://bun.sh)
This project was generated with [Analog](https://analogjs.org), the fullstack meta-framework for Angular.
## Prerequisites
Install [Bun](https://bun.sh) from their installation instructions
## Setup
Run `bun install` to install the application dependencies.
## Development
Run `bunx ng serve` for a dev server. Navigate to `http://localhost:5173/`. The application automatically reloads if you change any of the source files.
## Build
Run `bunx ng 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.
## Test
Run `bunx ng test` to run unit tests with [Vitest](https://vitest.dev).
## 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)