try-styled-ppx
This repository lives as a demo of styled-ppx and as a playground for new releases.
All the dependencies can be install via your favorite package manager:
yarn install
# Or
npm install
That's it! You're up and running, you can start the project with:
yarn start
# Or
npm run start