https://github.com/albertobasalo/st-lab
Angular State management laboratory
https://github.com/albertobasalo/st-lab
angular rxjs
Last synced: about 2 months ago
JSON representation
Angular State management laboratory
- Host: GitHub
- URL: https://github.com/albertobasalo/st-lab
- Owner: AlbertoBasalo
- Created: 2024-05-29T17:54:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T08:41:44.000Z (about 2 years ago)
- Last Synced: 2025-03-30T00:15:21.417Z (about 1 year ago)
- Topics: angular, rxjs
- Language: TypeScript
- Homepage:
- Size: 933 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StLab
Angular State management laboratory
> [!NOTE]
> This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version _18.0.1._
> Updated to Angular **18.0.1.**
## 1. Requisitos para el laboratorio
### 1.1. Instalación de Node.js y npm
Comprobar [versión de Node.js](https://angular.io/guide/versions) y npm.
```bash
# Check Node.js and npm versions
node -v
npm -v
```
### 1.2. Instalación de API para pruebas
Servidor de pruebas para la aplicación. Está desarrollado con [bun](https://bun.sh/), pero se puede ejecutar en cualquier servidor de Node.js.
```bash
git clone https://github.com/AlbertoBasalo/api_bun.git
cd api_bun
npm run bun:i
npm start
```
### 1.3. Clonado del repositorio y ejecución del proyecto
> [!NOTE]
> Repositorio original en [State Lab](https://github.com/AlbertoBasalo/st-lab)
```bash
# clone repository
git clone https://github.com/AlbertoBasalo/st-lab
# Install and run
cd st-lab
npm i
npm start
```
---
🧑🏼💻 By Alberto Basalo