Skip to content

Commit 9fde25e

Browse files
committed
Add README.md
1 parent babc3fb commit 9fde25e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "6"
3+
- "6.7"
44

55
before_script:
66
- npm install

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# IClient - React
2+
3+
[![Build Status](https://travis-ci.org/marcoaraujojunior/iClient-react.svg?branch=master)](https://travis-ci.org/marcoaraujojunior/iClient-react) [![codecov](https://codecov.io/gh/marcoaraujojunior/iClient-react/branch/master/graph/badge.svg)](https://codecov.io/gh/marcoaraujojunior/iClient-react)
4+
5+
Simple client to IClient Server made in React JS
6+
7+
8+
# To Try
9+
10+
docker-compose up -d
11+
12+
docker-compose exec iClientReact bash
13+
14+
cd client/
15+
16+
npm run dev
17+
18+
License
19+
----
20+
21+
MIT
22+

0 commit comments

Comments
 (0)