Skip to content

Instantly share code, notes, and snippets.

@leolanese
Created June 27, 2020 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leolanese/092e717d5b1385debcade477967f8534 to your computer and use it in GitHub Desktop.
Save leolanese/092e717d5b1385debcade477967f8534 to your computer and use it in GitHub Desktop.
Create React App with SCSS (out of the box)
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