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.
- Host: GitHub
- URL: https://github.com/timdeputter/purescript-react-basic-ionic
- Owner: timdeputter
- License: mit
- Created: 2020-08-07T10:27:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T14:00:57.000Z (almost 6 years ago)
- Last Synced: 2025-09-22T21:53:30.414Z (9 months ago)
- Language: PureScript
- Size: 656 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.