React-Sass boilerplate

Does anyone know of a tested React boilerplate that uses Sass? I have a limited knowledge about Webpack and I don’t feel like learning it at the moment as I’m focus in React.

Have you already tried out create-react-app package?
It’s not Sass-ready, but you can easily add it following the steps outlined here: Create-react-app: add preprocessor

Yes I use create-react-app, but I don’t know Webpack and I thought I’d have to go through a lot of struggle to get a boilerplate with Sass. I’ll take a look at that tutorial and see if I can customize it myself, thanks.

1 Like