An open API service indexing awesome lists of open source software.

https://github.com/making/reactjs-tutorial-spring-boot

React.js Tutorial with Server Side Rendering by Spring Boot and Nashorn
https://github.com/making/reactjs-tutorial-spring-boot

Last synced: 12 months ago
JSON representation

React.js Tutorial with Server Side Rendering by Spring Boot and Nashorn

Awesome Lists containing this project

README

          

React.js Tutorial with Server Side Rendering by Spring Boot and Nashorn

http://facebook.github.io/react/docs/tutorial.html

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Run Application

``` console
$ mvn spring-boot:run
```

Go http://localhost:8080

## Build JSX (Optional)

``` console
$ jsx --watch src/main/resources/jsx src/main/resources/static/
```

Of course, `npm install -g react-tools` is required.