Merge branch 'master' into reports
This commit is contained in:
commit
65d8f1acb0
@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
|
@ -26,9 +26,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="//npmcdn.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="//npmcdn.com/remotedev-app/dist/remotedev-app.min.js"></script>
|
||||
<script src="//unpkg.com/react@0.14/dist/react.min.js"></script>
|
||||
<script src="//unpkg.com/react-dom@0.14/dist/react-dom.min.js"></script>
|
||||
<script src="//unpkg.com/remotedev-app/dist/remotedev-app.min.js"></script>
|
||||
<script>
|
||||
window.remotedevOptions = {
|
||||
hostname: location.hostname,
|
||||
|
Loading…
x
Reference in New Issue
Block a user