Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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