Created
June 27, 2020 20:34
-
-
Save leolanese/092e717d5b1385debcade477967f8534 to your computer and use it in GitHub Desktop.
Create React App with SCSS (out of the box)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npx create-react-app my-app | |
cd my-app | |
yarn add node-sass -S | |
// Change .css files to .scss | |
// Change any imports to use .scss | |
yarn start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment