项目作者: peeb

项目描述 :
PureScript SPA
高级语言: PureScript
项目地址: git://github.com/peeb/purescript-giphy.git
创建时间: 2018-01-17T14:23:05Z
项目社区:https://github.com/peeb/purescript-giphy

开源协议:

下载


README

Overview

Find a random (type-safe!) GIF using the PureScript Halogen UI library and
the Giphy API.

Pre-requisites

This project depends on Node.js and the Yarn package manager.

Install

  1. make install

Build

To build the app:

  1. make

Now open the app in a browser:

  1. make open

Test

To run the app’s tests:

  1. make test