lubien / koa-react-redux-universal-boilerplate

[Unmaintained] A fullstack Koa + React + Redux Universal Boilerplate to speed up your development process.
https://koa-react-boilerplate.herokuapp.com/
MIT License
22 stars 3 forks source link

Pretty neat, but it lacks styles management #13

Open jkomyno opened 8 years ago

jkomyno commented 8 years ago

I really appreciated the protected route and the authentication handling, however I believe that adding some sort CSS module to manage local styles (which could also be compiled from SASS/LESS/Stylus with a grunt/gulp/webpack script) would be a huge help and a valid improvement.

lubien commented 8 years ago

Indeed it is. This week I'm really in a hurry. Could you do this? Or if you can wait a little bit. That could be a good PR for the Hacktoberfest.

jkomyno commented 8 years ago

Indeed. Git clone'd, let's see if I can handle this, it should be a nice exercise to eventually strengthen my webpack abilities

lubien commented 8 years ago

Any issues let me know. I may help as I can.

REPTILEHAUS commented 8 years ago

Are you guys just looking for a Gulp or Gruntfile that compiles SASS to CSS ?

lubien commented 8 years ago

Wouldn't be best to handle styles with webpack since it's the main build tool there?

REPTILEHAUS commented 8 years ago

Just thought I would check as those build scripts were mentioned, no worries

lubien commented 8 years ago

No problem ^^