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
- Host: GitHub
- URL: https://github.com/javierxhernandez/mapsapp
- Owner: JavierxHernandez
- Created: 2024-03-05T03:40:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:51:47.000Z (about 2 years ago)
- Last Synced: 2025-09-12T00:58:16.890Z (7 months ago)
- Topics: angular, maps-api, typescript
- Language: TypeScript
- Homepage: https://javierxhernandez.github.io/mapsApp/
- Size: 690 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```