Skip to content

Commit 781773b

Browse files
committed
Modified readme
1 parent 17ebe41 commit 781773b

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1-
# CameraId
1+
# WE CAM SCANNER BARCODE
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.2.
44

5+
## Lenguaje y Framework
6+
7+
- Typescrit & Angular
8+
9+
![Typescript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
10+
![Angular](https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white)
11+
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
12+
![GIT](https://img.shields.io/badge/Git-fc6d26?style=for-the-badge&logo=git&logoColor=white)
13+
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)
14+
15+
## Instalar dependencias
16+
17+
```
18+
npm install
19+
```
20+
521
## Development server
622

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
23+
```
24+
ng serve
25+
```
26+
Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
827

928
## Code scaffolding
1029

0 commit comments

Comments
 (0)