Blog frontend This is the frontend application of my personal blog. What's inside ? React Redux RxJs Redux-Observable Ramda Jest Installation First, copy the env file and build docker images : $ make cp-env build install-deps Then you can strt the application: $ make start Runing tests $ make test