Skip to content

Commit 811abc7

Browse files
author
Paul Stockley
committed
Merge remote-tracking branch 'origin/master'
2 parents 4eab231 + 8536ff4 commit 811abc7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ If you click on the example links above, you can see the Javascript projects the
1717

1818
##Getting Started
1919

20-
Todo
20+
1. Download and install Gradle from [gradle.org](http://gradle.org/)
2121

22+
2. cd to the top level of gwt-react-examples
2223

24+
3. Type gradle jettyDraftWar
25+
26+
4. You can then go to the following url's for each sample
27+
28+
* http://localhost:8080/gwt-react-examples/apiSanityTest.html
29+
* http://localhost:8080/gwt-react-examples/todomvc.html
30+
* http://localhost:8080/gwt-react-examples/mobxApiTest.html
31+
* http://localhost:8080/gwt-react-examples/mobxTodo.html
32+
* http://localhost:8080/gwt-react-examples/reduxCounter.html
33+
* http://localhost:8080/gwt-react-examples/reduxTodoWithUndo.html
34+
* http://localhost:8080/gwt-react-examples/widgetInterop.html

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ gwt {
5656
modules 'gwt.react.mobx.todo.mobxtodo'
5757
modules 'gwt.react.redux.counter.counter'
5858
modules 'gwt.react.redux.todo_with_undo.todowithundo'
59+
modules 'gwt.react.widget_interop.widget_interop'
5960

6061
dependencies {
6162
gwt group: 'com.github.gwtreact', name: 'gwt-interop-utils', version: '0.1.+'

src/gwt/react/widget_interop/widget_interop.gwt.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<inherits name='com.google.gwt.user.User' />
55
<inherits name="com.google.gwt.resources.Resources" />
66
<inherits name="gwt.react.React" />
7-
-->
87

98
<set-property name="user.agent" value="safari"/>
109
<set-property name="jre.checks.checkLevel" value="MINIMAL" />
@@ -18,4 +17,4 @@
1817
<add-linker name="xsiframe"/>
1918
<set-configuration-property name="devModeRedirectEnabled" value="true"/>
2019
<set-property name="compiler.useSourceMaps" value="true" />
21-
</module>
20+
</module>

0 commit comments

Comments
 (0)