Skip to content

10xjs/css-js-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS JS Demo

Live Version

This is an example React project built using CSS JS styles parsed by css-js-loader.

Be sure to read the companion blog post.

Getting Started

Clone the repo.

git clone git@github.com:10xjs/css-js-demo && cd css-js-demo

Install and run using yarn:

yarn && PORT=8080 yarn dev

Or install and run using npm:

npm i && PORT=8080 npm run dev

Visit http://localhost:8080 in your browser.