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 git@github.com:10xjs/css-js-demo && cd css-js-demoInstall and run using yarn:
yarn && PORT=8080 yarn devOr install and run using npm:
npm i && PORT=8080 npm run devVisit http://localhost:8080 in your browser.