File tree Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 6"
4-
5- services :
6- - mongodb
3+ - " 6.7"
74
85before_script :
9- - cd /client/
106 - npm install
117
128script :
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 1919 "babel-preset-react" : " ^6.16.0" ,
2020 "codecov" : " ^1.0.1" ,
2121 "css-loader" : " ^0.25.0" ,
22+ "enzyme" : " ^2.6.0" ,
2223 "file-loader" : " ^0.9.0" ,
2324 "font-awesome-webpack" : " 0.0.4" ,
2425 "http-server" : " ^0.9.0" ,
2728 "less-loader" : " ^2.2.3" ,
2829 "npm-run-all" : " ^3.1.0" ,
2930 "path" : " ^0.12.7" ,
31+ "react-addons-test-utils" : " ^15.3.2" ,
3032 "react-test-renderer" : " ^15.3.2" ,
3133 "style-loader" : " ^0.13.1" ,
3234 "url-loader" : " ^0.5.7" ,
You can’t perform that action at this time.
0 commit comments