Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/analog-service-worker
An example of using Analog and Angular with a service worker
https://github.com/brandonroberts/analog-service-worker
Last synced: about 1 month ago
JSON representation
An example of using Analog and Angular with a service worker
- Host: GitHub
- URL: https://github.com/brandonroberts/analog-service-worker
- Owner: brandonroberts
- Created: 2023-12-05T04:01:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-05T04:02:04.000Z (11 months ago)
- Last Synced: 2024-05-01T23:14:01.412Z (7 months ago)
- Language: TypeScript
- Size: 252 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analog App
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)