My project is using Rails and jbuilder with a react redux frontend. I am having a hard time figuring out how to implement devise to work with react and redux. can you pease give me some guidance. How would the routes look? I am having a hard time getting started. Any help would be greatly appreciated. so my project structure is like this.
.
PROJECT_NAME
|-- app
|-- bin
|-- config
|-- config.ru
|-- db
|-- frontend
| |-- actions
| |-- components
| |-- reducers
| |-- store
| |-- util
|
|-- lib
|-- listmyfolder.txt
|-- log
|-- package-lock.json
|-- package.json
|-- public
|-- storage
|-- test
|-- tmp
|-- vendor
`-- webpack.config.js
Is there a git repo with this kinda of project structure that i can reference?