https://github.com/matrizlab/front-wam
https://github.com/matrizlab/front-wam
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matrizlab/front-wam
- Owner: matrizlab
- Created: 2020-07-20T15:05:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T02:27:13.000Z (about 3 years ago)
- Last Synced: 2025-02-23T08:30:57.276Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Description
test front WAM
Notas:
- en toda la App usè los iconos de Fontawesome, pediria al disenador una ayuda con los iconos SVG
- elegi utilizar un framework como bootstrap en cuanto permite acelerar el desarollo, ayuda el trabajo en equipo, garantiza la compatibilidad entre navegadores.
- entre las utilidades que nos ofrece un framework CSS es que están pensados para el desarrollo flexible y responsive
## Stacks
- Angular
- Bootstrap
- FontAwesome
## Installation
- git clone
- npm install -g @angular/cli (if you don't have angular-cli installed)
- npm install
- ng serve -o (run application)
#### Official docs
[Setting up the local environment and workspace](https://angular.io/guide/setup-local)