https://github.com/sebasg22/robusrafflewebapp
RaffleApp
https://github.com/sebasg22/robusrafflewebapp
Last synced: over 1 year ago
JSON representation
RaffleApp
- Host: GitHub
- URL: https://github.com/sebasg22/robusrafflewebapp
- Owner: SebasG22
- Created: 2017-07-26T19:31:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T21:20:05.000Z (almost 9 years ago)
- Last Synced: 2025-03-08T04:29:32.420Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 998 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaffleApp
Este proyecto fue generado utilizando [Angular CLI](https://github.com/angular/angular-cli) version 1.2.3.
## Componentes
Utilizando Angular podemos realizar aplicaciones web con el enfoque a componentes.
RaffleApp Web es una aplicacion sencilla la cual se divide de la siguiente manera.
- **App [Component Raiz]**
- Este componente es el componente principal de la aplicacion, la funcion de este va a hacer el esquema de toda la aplicacion web.
- **Jumbotron [Componente]**
- Componente encargado de mostrar el tiulo y la invitacion a participar en el sorteo.
- **Awards [Componente]**
- Este componente es el encargado de mostrar los premios a sortear y mediante la accion del boton sortear el cual mostrar un ganador.
- **Customer [Componente]**
- Este componente es el encargado de agregar o eliminar clientes de la base de datos.
Por medio de este nos conectamos a la API Restful construida para la aplicacion (https://github.com/SebasG22/RobusRaffleApp).
## Arrancar Servidor Web
1. Instalar las dependencias `npm install` localmente
2. Ejecutar `ng serve` para iniciar el servidor de desarollo. En el navegador ir a `http://localhost:4200/`. La aplicacion va a cambiar automaticamente cada vez que detecte un cambio en los archivos.
3. Si angularCLI no es capaz de inciar el servidor. Debido a ciertas restricciones, usar
`npm start`
**Captura de Pantalla**





**Recursos**
- **Tecnologias**
- [ Node Js - NPM ](https://nodejs.org/es/)
- Angular CLI (https://cli.angular.io/) [ Forms, Observables, Components, Services, Modules ]
- **Sintaxis Documentacion**
- [ JSDocs ](http://usejsdoc.org/)
- **Responsive Design**
- [ Bootstrap ](http://getbootstrap.com/)
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
Before running the tests make sure you are serving the app via `ng serve`.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).