kamyar / payments-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payments Frontend

Run the demo

  1. Install npm modules and run json server.
    npm install && npm run start:api
  2. Install python requirements and run static files server(also runs webpack).
    pip install -r requirements.txt && python app.py
  3. Visit http://127.0.0.1:8888

About

License:MIT License


Languages

Language:JavaScript 50.1%Language:CSS 42.3%Language:HTML 5.0%Language:Python 2.6%