Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/angular-seconds-left
https://github.com/brandonroberts/angular-seconds-left
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandonroberts/angular-seconds-left
- Owner: brandonroberts
- Created: 2024-10-29T16:22:42.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T16:36:00.000Z (2 months ago)
- Last Synced: 2024-11-27T04:16:06.976Z (about 2 months ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularSecondsLeft
## Development server
To start a local development server, run:
```bash
ng serve
```Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Building
To build the project run:
```bash
ng build
```This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
## Running unit tests
To execute unit tests with [Vitest](https://vitest.dev), use the following command:
```bash
npm run test
```## Camera
The cameras utility function and tests are located in `src/app/utils`.