Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davesnx/try-styled-ppx
Demo of styled-ppx
https://github.com/davesnx/try-styled-ppx
Last synced: 14 days ago
JSON representation
Demo of styled-ppx
- Host: GitHub
- URL: https://github.com/davesnx/try-styled-ppx
- Owner: davesnx
- License: mit
- Created: 2020-03-20T22:31:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T20:20:14.000Z (11 months ago)
- Last Synced: 2024-10-31T17:26:25.845Z (2 months ago)
- Language: ReScript
- Homepage:
- Size: 919 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## try-[styled-ppx](https://github.com/davesnx/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:
```bash
yarn install
# Or
npm install
```That's it! You're up and running, you can start the project with:
```bash
yarn start
# Or
npm run start
```