https://github.com/danieljharvey/purescript-stylesheet-example
Example repository for Purescript Stylesheet
https://github.com/danieljharvey/purescript-stylesheet-example
css-in-js purescript react styled-components
Last synced: about 2 months ago
JSON representation
Example repository for Purescript Stylesheet
- Host: GitHub
- URL: https://github.com/danieljharvey/purescript-stylesheet-example
- Owner: danieljharvey
- Created: 2019-07-29T08:43:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:02:37.000Z (over 3 years ago)
- Last Synced: 2025-05-21T17:14:52.253Z (about 1 year ago)
- Topics: css-in-js, purescript, react, styled-components
- Language: PureScript
- Size: 834 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-stylesheet-example
Example of [Purescript Stylesheet](https://github.com/danieljharvey/purescript-react-stylesheet) use with [Purescript React](https://github.com/purescript-contrib/purescript-react), modified from [Purescript React Example](https://github.com/ethul/purescript-react-example).

## Building
spago install
yarn install
yarn webpack-dev-server
open http://localhost:4008