/try-styled-ppx

Demo of styled-ppx

Primary LanguageReScriptMIT LicenseMIT

This repository lives as a demo of styled-ppx and as a playground for new releases.

Getting started

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