https://github.com/cashewpillar/loom
WIP data management for the lay
https://github.com/cashewpillar/loom
angular angular-v19 angularv19
Last synced: 4 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T23:53:33.000Z (6 months ago)
- Last Synced: 2025-01-25T00:25:37.715Z (6 months ago)
- Topics: angular, angular-v19, angularv19
- Language: TypeScript
- Homepage: https://loom-eta.vercel.app
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
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.