Awesome
Get started with React.js in Java!
Thanks to JSweet, you can now play with React.js in Java.
Usage
> git clone https://github.com/cincheo/jsweet-examples-react.git
> cd jsweet-examples-react
> mvn generate-sources
> firefox webapp/<example-name>.html
Prerequisites
- Java 8 JDK is required. Type in
java -version
in a console to make sure that you have a >= 1.8 JDK. - The
node
andnpm
executables must be in the path (https://nodejs.org). - Install Maven (https://maven.apache.org/install.html).