balintsera / evista-universal-react-flux-boilerplate

Universal (isomorphic) react flux boilerplate experiment
0 stars 0 forks source link

is there a way to run this respo without redis? #1

Open wahengchang opened 7 years ago

wahengchang commented 7 years ago

I dont know why this respo can not be run properly without redis connection, isnt it a react flux boilerplate ??

balintsera commented 7 years ago

Sorry, you're right, this repo is very old and outdated in javascript time, I should remove it. ..and Redis shouldn't have coupled in it but I needed Redis that time.

If you really want universal react boilerplate consider this: https://scotch.io/tutorials/react-on-the-server-for-beginners-build-a-universal-react-and-node-app

Good luck!

wahengchang commented 7 years ago

thx