authlete / authlete-component-client

A UI component to display and configure properties of a third-party client application hosted by Authlete.

Home Page:https://www.authlete.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This repo has been archived and is no longer maintained or supported. For current active projects visit authlete.com/developers.

authlete-component-client

Overview

A UI component to display and configure properties of a third-party client application hosted by Authlete.

License

Apache License, Version 2.0

Note

The development just started. The web component does not function yet.

Set Up for Development

1. Install Git

Install Git if you don't have it yet.

2. Install Node Package Manager

Install Node Package Manager (npm command) if you don't have it yet. It is bundled in Node.js.

3. Install Bower

Install Bower if you don't have it yet.

$ npm install -g bower

4. Install Python 3.x

Install Python 3.x if you don't have it yet.

5. Create a directory

It is recommended to create a dedicated directory to store web components because bower install command you'll execute later puts downloaded components in ../ directory.

$ mkdir component-development
$ cd component-development

6. Download the component

$ git clone http://github.com/authlete/authlete-component-client.git
$ cd authlete-component-client

7. Install dependencies

Install components which this component depends on. Note that the downloaded components are put in ../ directory.

$ bower install

8. See the demo

Start a local Web server

$ cd ..    # Back to `component-development` directory.
$ python -m http.server

and access [http://localhost:8000/authlete-component-client/demo.html] (http://localhost:8000/authlete-component-client/demo.html).

About

A UI component to display and configure properties of a third-party client application hosted by Authlete.

https://www.authlete.com


Languages

Language:HTML 92.1%Language:CSS 4.4%Language:JavaScript 3.4%