This is the front end interface for a pdf to html service developed in purescript using PUX
See the Guide for help learning Pux.
- Add google andfacebook SignIn and signup
- Allow use in trial mode without account
- Serialise state to local storage
git clone git://github.com/akilihub/P2H-UI.git
cd P2H-UI
npm install
npm start
Visit http://localhost:3000
in your browser
npm start
or npm run watch
will start a development server, which
hot-reloads your application when sources changes.
npm run serve
serves your application without watching for changes or
hot-reloading.
npm run build
bundles and minifies your application to run in production mode.