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
- Host: GitHub
- URL: https://github.com/making/reactjs-tutorial-spring-boot
- Owner: making
- Created: 2015-02-08T17:58:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T13:39:42.000Z (about 11 years ago)
- Last Synced: 2025-04-06T07:37:33.366Z (about 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 44
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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.