Merge branch 'master' into reports
This commit is contained in:
commit
65d8f1acb0
@ -1,7 +1,7 @@
|
|||||||
RemoteDev Server
|
RemoteDev Server
|
||||||
================
|
================
|
||||||
|
|
||||||
Bridge for connecting [remotedev monitor app](https://github.com/zalmoxisus/remotedev-app) with [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) or [RemoteDev](https://github.com/zalmoxisus/remotedev) using a local server. Running a local server is optional, you may use [remotedev.io](remotedev.io) server instead, which is by default.
|
Bridge for connecting [remotedev monitor app](https://github.com/zalmoxisus/remotedev-app) with [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) or [RemoteDev](https://github.com/zalmoxisus/remotedev) using a local server. Running a local server is optional, you may use [remotedev.io](https://remotedev.io) server instead, which is by default.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script src="//npmcdn.com/react@0.14/dist/react.min.js"></script>
|
<script src="//unpkg.com/react@0.14/dist/react.min.js"></script>
|
||||||
<script src="//npmcdn.com/react-dom@0.14/dist/react-dom.min.js"></script>
|
<script src="//unpkg.com/react-dom@0.14/dist/react-dom.min.js"></script>
|
||||||
<script src="//npmcdn.com/remotedev-app/dist/remotedev-app.min.js"></script>
|
<script src="//unpkg.com/remotedev-app/dist/remotedev-app.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.remotedevOptions = {
|
window.remotedevOptions = {
|
||||||
hostname: location.hostname,
|
hostname: location.hostname,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user