Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pete-murphy/purescript-react-basic-dogs
https://github.com/pete-murphy/purescript-react-basic-dogs
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pete-murphy/purescript-react-basic-dogs
- Owner: pete-murphy
- Created: 2019-11-17T22:23:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T07:39:34.000Z (over 1 year ago)
- Last Synced: 2023-07-09T20:26:48.284Z (over 1 year ago)
- Language: PureScript
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Install everything
```sh
$ npm install
$ npx spago build
```### Make PureScript output available
```sh
$ ln -s $PWD/output $PWD/src
```### Run
```sh
$ npm run start
```### Todos
- [ ] Better CSS (how to use `purescript-css` in React? or `react-basic-emotion`?)
- [ ] Use Context API instead of prop-drilling