https://github.com/benjaminforras/analog-bench
https://github.com/benjaminforras/analog-bench
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminforras/analog-bench
- Owner: benjaminforras
- Created: 2025-01-01T15:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T05:14:57.000Z (over 1 year ago)
- Last Synced: 2025-06-27T00:54:58.878Z (about 1 year ago)
- Language: TypeScript
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analog-benchmark
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.
## Test
Run `npm run 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)