Skip to content

the-road-to-learn-react/create-react-app-with-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-react-app-with-sass

Build Status Slack Greenkeeper badge

Showcasing how SASS can be used in create-react-app. Read more about it. TLDR: It can be used by installing node-sass on the command line with npm install node-sass --save and then by using the .scss extension instead of the .css extension for your CSS files.

Features

  • create-react-app 2
  • SASS with node-sass

Installation

  • git clone [email protected]:the-road-to-learn-react/create-react-app-with-sass.git
  • cd create-react-app-with-sass
  • npm install
  • npm start
  • visit http://localhost:3000

About

Showcasing on how to use SASS in create-react-app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published