Skip to content

Commit 9bdec05

Browse files
committed
Add readme.md
1 parent 7b9d772 commit 9bdec05

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Java-React Example
2+
3+
An example of how to use JS frontend to consume an endpoint written in Java.
4+
5+
## Frontend technologies
6+
7+
- [React](https://facebook.github.io/react/) - UI Library
8+
- [Redux](http://redux.js.org/) - State container
9+
10+
## Additional information
11+
12+
This project is a part of a [presentation](https://docs.google.com/presentation/d/1-yZhsM43cyWWDVn6EUtK_wc39FAv-19_jwsKXlTe2o8/edit?usp=sharing)
13+
14+
Related projects:
15+
16+
- [react-intro](https://github.com/mendlik/react-intro) - Introduction to react and redux.
17+
- [java-webpack-example](https://github.com/mendlik/java-webpack-example) - Advanced example showing how to use a module bundler in a Java project.
18+
19+
Tip: [How to enable LiveReload in IntelliJ](http://stackoverflow.com/a/35895848/2284884)

0 commit comments

Comments
 (0)