This is an example React project built using CSS JS styles parsed by css-js-loader
.
Be sure to read the companion blog post.
Clone the repo.
git clone [email protected]: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.