https://github.com/vermicida/kc-angular-web2
KeepCoding | Angular | Web Bootcamp II
https://github.com/vermicida/kc-angular-web2
Last synced: 5 days ago
JSON representation
KeepCoding | Angular | Web Bootcamp II
- Host: GitHub
- URL: https://github.com/vermicida/kc-angular-web2
- Owner: vermicida
- Created: 2017-05-13T10:04:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T22:38:59.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T14:49:07.419Z (3 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agenda
Proyecto de ejemplo usado en el módulo de Angular del Bootcamp Web II de Keep Coding.
## Getting started
Para ejecutarlo, basta con clonar este repositorio y ejecutar lo siguiente:
Para instalar dependencias:
```bash
$ npm install
```Para ejecutar la app en entorno de desarrollo:
```bash
$ ng serve
```Solo queda ir `http://localhost:4200/` en un navegador web :-)