Skip to content

the-road-to-learn-react/create-react-app-with-css-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-react-app-with-css-modules

Build Status Slack Greenkeeper badge

Showcasing how CSS Modules can be used in create-react-app. Read more about it. TLDR: They can be used out of the box, by using the .module.css prefix (e.g. Navigation.module.css) for your CSS files.

Features

  • create-react-app 2
  • CSS Modules

Installation

  • git clone git@github.com:the-road-to-learn-react/create-react-app-with-css-modules.git
  • cd create-react-app-with-css-modules
  • npm install
  • npm start
  • visit http://localhost:3000

About

Showcasing how CSS modules work in create-react-app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published