One app to manage all your subscriptions and regular payments.
TODO
- NodeJS >= v7.0
- Material Design Lite (https://getmdl.io/)
- React (https://facebook.github.io/react/)
- Redux
- Open Payments Cloud (https://github.com/ixaris/ope-applicationclients/tree/master/js-client)
- MongoDB (https://www.mongodb.com/)
- Run
yarn build
- Run
yarn start
- Open webpage
http://localhost:3001
- Run
yarn dev
(When you run in dev mode then there isn't access to server implementation, but it allows quickly write changes on front-end site) - Open webpage
http://localhost:3000
| Override PORT on machine by setting PORT=8080
and APP_URL=http://localhost:8080
in your root directory .env
file