Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/epicallan/p2h-ui
- Owner: epicallan
- License: gpl-2.0
- Created: 2017-03-06T17:37:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T20:39:16.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T13:25:27.913Z (2 months ago)
- Topics: frontend, functional-programming, pdf, purescript, pux
- Language: PureScript
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/index.html
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.