https://github.com/cheems-dev/knn-kqtree
Implement KDTree in TypeScript
https://github.com/cheems-dev/knn-kqtree
devcontainer docker nodemon typescript
Last synced: 11 months ago
JSON representation
Implement KDTree in TypeScript
- Host: GitHub
- URL: https://github.com/cheems-dev/knn-kqtree
- Owner: cheems-dev
- License: mit
- Created: 2021-11-15T00:53:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T03:41:01.000Z (about 4 years ago)
- Last Synced: 2025-02-02T01:27:59.411Z (about 1 year ago)
- Topics: devcontainer, docker, nodemon, typescript
- Language: TypeScript
- Homepage:
- Size: 20.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript, Typescript y Node
Implementación de KDtree y KNN en Typescript
## Comenzando **🚀**
---
### **Pre-requisitos 📋**
[Git](https://git-scm.com/)
[Docker](https://www.docker.com/)
[VsCode](https://code.visualstudio.com/)
### Plugins de VsCode 🤖
[Container-Remote](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
### **Instalación 🔧**
1. Clonaremos el proyecto en tu entorno local
```bash
git clone https://github.com/cheems-dev/EDA-kqtree.git
```
2. Abriremos vscode
```bash
code EDA-kqtree
```
o también
```bash
cd EDA-kqtree && code .
```
3. Abrir **_.devcontainer_**
1. Utiliza el atajo de teclado \*Ctrl+shitt+P y coloca en la barra **">Remote-Containers:">Remote-Containers:Reopen in Container"\***
2. Da click en

y selecciona la opcion **_"Reopen in Container"_**
4. Instalar dependencias
```bash
npm install
```
5. Abrir un terminal para compilar de Javascript a Typescript, la cual compilara de manera interactiva 🍻
```bash
npm run build
```
6. Para ejecutar en modo desarrollador, necesitas compilar el código
```bash
npm run start
```
7. Para testear 🐞 el código, ejecute el siguiente comando
```bash
npm run test
```
## **Construido con 🛠️**
---
- Docker
- Typescript
- Jest - Framework para testing de código
## **Autores ✒️**
---
- Selene Barrios - _Proyect Management, documentación y desarrollo_ - [seleneal1996](https://github.com/seleneal1996)
- Luis Ccalluchi - _Desarrollo_ - [cheems-dev](https://github.com/cheems-dev)
## **Licencia 📄**
---
Este proyecto está bajo la Licencia MIT
## **Expresiones de Gratitud 🎁**
- Comenta a otros sobre este proyecto 📢
- Invita una cerveza 🍺 o un café ☕ a alguien del equipo.
- Da las gracias públicamente 🤓.