Demo of styled-ppx
- ReScript 49.1%
- HTML 31.6%
- CSS 11.1%
- Reason 8.2%
| .github/workflows | ||
| source | ||
| www | ||
| .gitattributes | ||
| .gitignore | ||
| bsconfig.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
try-styled-ppx
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