An open API service indexing awesome lists of open source software.

https://github.com/benslabbert/trak-ui

Front end for trak
https://github.com/benslabbert/trak-ui

expressjs grpc-node nodejs reactjs

Last synced: 3 months ago
JSON representation

Front end for trak

Awesome Lists containing this project

README

          

Create react app with SASS

This project has preconfigured a sass preprocessor. This project also pulls down [Materialize](http://materializecss.com/) and
shows an example of overriding some the default colors in Materialize. (see file App.scss)

see here for accepted answer in [StackOverflow](https://stackoverflow.com/a/42515471/4841710)

run

`yarn start`

build

`yarn build`

see: [React Docs](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc) for more info