Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cashewpillar/loom
WIP data management for the lay
https://github.com/cashewpillar/loom
angular angular-v19 angularv19
Last synced: 13 days ago
JSON representation
WIP data management for the lay
- Host: GitHub
- URL: https://github.com/cashewpillar/loom
- Owner: cashewpillar
- License: gpl-3.0
- Created: 2024-12-26T01:26:16.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-04T10:01:30.000Z (24 days ago)
- Last Synced: 2025-01-04T11:12:32.635Z (24 days ago)
- Topics: angular, angular-v19, angularv19
- Language: TypeScript
- Homepage: https://loom-eta.vercel.app
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loom
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.6.
## Develop
### 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 the [Karma](https://karma-runner.github.io) test runner, use the following command:
```bash
ng test
```### Running end-to-end tests
For end-to-end (e2e) testing, run:
```bash
ng e2e
```Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.