Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epicallan/p2h-ui

Front end Test for a pdf to html service on steroids :ok_woman: :ok_woman: in purescript-pux
https://github.com/epicallan/p2h-ui

frontend functional-programming pdf purescript pux

Last synced: 4 days ago
JSON representation

Front end Test for a pdf to html service on steroids :ok_woman: :ok_woman: in purescript-pux

Awesome Lists containing this project

README

        

# P2H-UI

This is the front end interface for a pdf to html service developed in [purescript](http://www.purescript.org/) using PUX

See the [Guide](https://alexmingoia.github.io/purescript-pux) for help learning
Pux.

## TODO
- [ ] Add google andfacebook SignIn and signup
- [ ] Allow use in trial mode without account
- [ ] Serialise state to local storage

## Installation

```sh
git clone git://github.com/akilihub/P2H-UI.git
cd P2H-UI
npm install
npm start
```

Visit `http://localhost:3000` in your browser

## Available scripts

### watch

`npm start` or `npm run watch` will start a development server, which
hot-reloads your application when sources changes.

### serve

`npm run serve` serves your application without watching for changes or
hot-reloading.

### build

`npm run build` bundles and minifies your application to run in production mode.