ReactJs | CSS and or SASS with react-boilerplate

react-boilerplate This is a very good boilerplate for react with advanced packages. For some reason, I wanted to use scss files, so tried to use css/scss files with this boilerplate. Like mentioned in the documentation, we need to install the devDependencies first, npm i -D sass-loader node-sass Update on webpack config I have tried the […]

Read More →