Create react app with SASS
This project has preconfigured a sass preprocessor. This project also pulls down Materialize and shows an example of overriding some the default colors in Materialize. (see file App.scss)
see here for accepted answer in StackOverflow
run
yarn start
build
yarn build
see: React Docs for more info