StephenGrider / AdvancedReduxCode

MIT License
839 stars 572 forks source link

Missing config.js file #8

Closed samartha230194 closed 7 years ago

samartha230194 commented 7 years ago

the server side program requires config.js

koesper commented 7 years ago

I ran into the same problem, but it makes sense that it isnt included. It is created during this screencast: https://www.udemy.com/react-redux-tutorial/learn/v4/t/lecture/4755174?start=80

but the contents are basically:

module.exports = { secret: '' //your darkest secret here }

samartha230194 commented 7 years ago

got that.. Thank you