Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smartlogic/reasonsplash
Unsplash mobile client built with ReasonML
https://github.com/smartlogic/reasonsplash
ocaml react reactjs reason-react reasonml unsplash
Last synced: 3 months ago
JSON representation
Unsplash mobile client built with ReasonML
- Host: GitHub
- URL: https://github.com/smartlogic/reasonsplash
- Owner: smartlogic
- Created: 2018-01-02T16:22:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T14:23:30.000Z (almost 7 years ago)
- Last Synced: 2024-04-24T17:27:00.593Z (10 months ago)
- Topics: ocaml, react, reactjs, reason-react, reasonml, unsplash
- Language: OCaml
- Size: 12.4 MB
- Stars: 5
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReasonSplash
[Unplash](https://unsplash.com/) mobile client built with [ReasonML](https://reasonml.github.io/)
## Getting Started
1. Install [Bucklescript](https://bucklescript.github.io/) globally which will compile your Reason to JavaScript
```
yarn global add bs-platform
```
2. Install dependencies
```
yarn
```
3. Create an Environment module from the template, replacing the placeholder Unsplash application ID and secret with your own
```
cp re/Environment.re.sample re/Environment.re
```4. Start the app
```
yarn start
```
5. Watch for file changes in a separate terminal
```
yarn run watch
```![Demo](demo.gif?raw=true "Demo")