Demo of styled-ppx
  • ReScript 49.1%
  • HTML 31.6%
  • CSS 11.1%
  • Reason 8.2%
Find a file
2024-01-30 21:20:10 +01:00
.github/workflows ci: Run bsbuild before bundle 2021-05-12 06:13:17 +02:00
source Update repository 2024-01-30 21:20:10 +01:00
www chore: Remove bundle from repo 2021-05-12 05:48:31 +02:00
.gitattributes feat: Init repository 2020-03-20 23:31:18 +01:00
.gitignore chore: Remove bundle from repo 2021-05-12 05:48:31 +02:00
bsconfig.json Update repository 2024-01-30 21:20:10 +01:00
LICENSE feat: Init repository 2020-03-20 23:31:18 +01:00
package-lock.json Update repository 2024-01-30 21:20:10 +01:00
package.json Update repository 2024-01-30 21:20:10 +01:00
README.md Update README.md 2021-08-27 11:32:58 +02:00

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