We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babc3fb commit 9fde25eCopy full SHA for 9fde25e
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "6"
+ - "6.7"
4
5
before_script:
6
- npm install
README.md
@@ -0,0 +1,22 @@
+# IClient - React
+
+[](https://travis-ci.org/marcoaraujojunior/iClient-react) [](https://codecov.io/gh/marcoaraujojunior/iClient-react)
+Simple client to IClient Server made in React JS
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