https://github.com/glud/semana-icg-2018
Página de la Semana de Ingeniería Catastral y Geodesia 2018 [Forked from the SLUD-frontend repo]
https://github.com/glud/semana-icg-2018
angular1 bootstrap css event html5 open-source
Last synced: 4 months ago
JSON representation
Página de la Semana de Ingeniería Catastral y Geodesia 2018 [Forked from the SLUD-frontend repo]
- Host: GitHub
- URL: https://github.com/glud/semana-icg-2018
- Owner: GLUD
- Created: 2018-09-25T02:26:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T19:29:26.000Z (over 7 years ago)
- Last Synced: 2025-01-08T05:35:30.419Z (over 1 year ago)
- Topics: angular1, bootstrap, css, event, html5, open-source
- Language: JavaScript
- Homepage:
- Size: 24.3 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semana de Ingeniería Catastral y Geodesia 2018
Página web (frontend) de la Semana de Ingeniería Catastral y Geodesia, este repositorio es un fork del repositorio [SLUD-frontend](https://github.com/GLUD/SLUD-frontend).
Este proyecto requiere un servidor HTML con acceso a Internet (como nginx) ó ejecutar npm server como se explica a continuación.
## USO
### Local
se puede ejecutar un servidor de desarrollo local con live reload así:
```bash
$ npm install # ó yarn install
$ npm run-script server # ó yarn server
```
una vez que se quiera pasar a produccion, ejecutar:
```bash
$ npm run-script build # ó yarn build
```
que creará el archivo *bundle.js* que necesita *index.html*.
### Docker
Adicionalmente se puede ejecutar con docker como:
```bash
$ docker run -p "80:80" glud/slud-frontend:latest
```
O usar Docker swarm con el archivo de ejemplo *docker-stack.yml* para ejecutar el frontend y el [backend](https://github.com/GLUD/SLUD-backend/):
```bash
$ docker swarm init # si no se ha hecho antes
$ docker stack deploy -c docker-stack.yml slud
```
## TODO
- [ ] Organizar archivos angular y assets
- [ ] Agregar traducciones (ingles,...)
- [ ] agregar sourcemaps.