An open API service indexing awesome lists of open source software.

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

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




twitter albertobasalo




git albertobasalo