Skip to content

thescientist13/css-module-scripts-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

css-module-scripts-demo

A demo repo of CSS Modules Scripts and shared styles.

Setup

You'll need to run this in a browser that supports Import Attributes and CSS Module Scripts, like Chrome.

  1. Clone the repo
  2. Start the demo by running
    $ npx http-server ./src
  3. Open http://localhost:8080 in your browser