Skip to content

Commit 466afa1

Browse files
committedMar 28, 2020
Versão inicial
1 parent 6a22139 commit 466afa1

File tree

1 file changed

+36
-13
lines changed

1 file changed

+36
-13
lines changed
 

‎README.md

+36-13
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,50 @@
1-
# MessageUi
1+
# Message - UI
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.2.
3+
<a href="https://github.com/carloskotacho/message-ui/blob/master/LICENSE">
4+
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=informational" height="21"/>
5+
</a>
6+
<a href="https://david-dm.org/carloskotacho/message-ui" title="dependencies status">
7+
<img src="https://david-dm.org/carloskotacho/crypto-ui/status.svg" height="21"/>
8+
</a>
9+
<a href="https://github.com/carloskotacho/message-ui/releases">
10+
<img src="https://img.shields.io/github/v/release/carloskotacho/crypto-ui?colorB=58839b" height="21">
11+
</a>
412

5-
## Development server
13+
## Objective
614

7-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
15+
Consuming external API [message-api](https://github.com/carloskotacho/message-api)
816

9-
## Code scaffolding
17+
## Deploy
1018

11-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
19+
## Releases
20+
21+
- [Angular CLI](https://github.com/angular/angular-cli) version 7.2.4
22+
- [Node.js](https://nodejs.org/en/) version 10.16.0
23+
24+
## Showcase
1225

1326
## Build
1427

15-
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.
28+
```
29+
# Clone this repository
30+
$ git clone https://github.com/carloskotacho/message-ui.git
31+
32+
# Go into the repository
33+
$ cd message-ui
34+
35+
# Build
36+
$ npm install
1637
17-
## Running unit tests
38+
# Run the app
39+
$ ng serve
40+
```
1841

19-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
42+
## Usage
2043

21-
## Running end-to-end tests
44+
## Libs
2245

23-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
46+
## Contributing
2447

25-
## Further help
48+
## License
2649

27-
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).
50+
Message - UI is under the MIT license. See the [LICENSE](https://github.com/carloskotacho/message-ui/blob/master/LICENSE) for more information.

0 commit comments

Comments
 (0)