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

https://github.com/timdeputter/purescript-react-basic-ionic

Bindings to the Ionic Framework for react basic.
https://github.com/timdeputter/purescript-react-basic-ionic

Last synced: 2 months ago
JSON representation

Bindings to the Ionic Framework for react basic.

Awesome Lists containing this project

README

          

# purescript-react-basic-ionic [![GitHub](https://img.shields.io/github/license/timdeputter/purescript-react-basic-ionic)](https://github.com/timdeputter/purescript-react-basic-ionic/blob/master/LICENSE)
Bindings for react basic to the ionic framework (https://ionicframework.com/react).

## Installation

First install react and ionic-react with npm. Then install purescript deps with spago.
```sh
npm i -S react @ionic/react
spago install react-basic react-basic-ionic react-basic-hooks
```

## License

Check [LICENSE](LICENSE) file for more information.