summaryrefslogtreecommitdiff
path: root/src/main/js
Commit message (Collapse)AuthorAge
* Add react css librairiesVictor Chabbert2016-12-19
|
* Set editorconfig for front-endVictor Chabbert2016-12-19
|
* Remove gitkeepVictor Chabbert2016-12-19
|
* Add redux-saga to handle effectsVictor Chabbert2016-12-18
|
* Refactor 404 stateless functionVictor Chabbert2016-12-18
|
* Update redux-devtools extension integrationVictor Chabbert2016-12-18
|
* Add react-router with small exampleVictor Chabbert2016-12-18
|
* Clean front-end filesVictor Chabbert2016-12-18
|
* Fix trailing comma in package.jsonVictor Chabbert2016-12-18
|
* Add redux and react-redux librairies with initial setupVictor Chabbert2016-12-18
|
* Add WS experiment test pageJoffrey BION2016-12-11
| | | | This pages allows to test spring/STOMP config to see which messages are properly broadcasted to all users, which are just sent to the caller, and which are sent a specific user from the server.
* Rename javascript folder to jsJoffrey BION2016-12-08
This makes auto-completion easier and paths shorter.
bgstack15