0

I am trying to set up MERN project. I need below configuration

  • react-toolbox as UI library
  • scss and css for styling
  • hot module replacement
  • redux devtools for development

Is there any boilerplate which is having this setup? If not please someone create or tweak these existing repo's and set it for me?

Thanks in advance.

TheAJR
  • 1
  • 2

1 Answers1

0

Check out this boilerplate.

  • webpack configuration
    1. Hot reloading and Redux devtools in dev mode
    2. manifest, vendor and app code separation in production mode
  • react-toolbox
  • redux-saga (you can remove if you don't want this)
Venugopal
  • 1,888
  • 1
  • 17
  • 30