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

https://github.com/javierxhernandez/mapsapp

Angular - Integration of maplibre to practice with maps
https://github.com/javierxhernandez/mapsapp

angular maps-api typescript

Last synced: 6 months ago
JSON representation

Angular - Integration of maplibre to practice with maps

Awesome Lists containing this project

README

          

# MapsApp
No usar directamente en AngularCLI (a menos que estén creadas las variables de entorno), ya que las variables de entorno se crean basados en el .env

## Pasos:
1. Clonar el .env.template y renombrarlo a .env
2. Llenar las variables de entorno acorde
3. Crear Angular Envs (opcional)
```
npm run env
```

4. Para development ejecutar:
```
npm run start
```

5. Para producción ejecutar:
```
npm run build
```