Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 767 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 767 Bytes

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.