Added redux structure that remebers state

This commit is contained in:
2018-04-16 17:10:06 +02:00
parent 57cbb68a6d
commit a7cd381e96
18 changed files with 166 additions and 66 deletions

View File

@@ -79,6 +79,7 @@ module.exports = function(proxy, allowedHost) {
// See https://github.com/facebookincubator/create-react-app/issues/387.
disableDotRule: true,
},
historyApiFallback: true,
public: allowedHost,
proxy,
before(app) {