An open API service indexing awesome lists of open source software.

https://github.com/rochdev/jwt-example-client

A JWT example client
https://github.com/rochdev/jwt-example-client

Last synced: 11 months ago
JSON representation

A JWT example client

Awesome Lists containing this project

README

          

# jwt-example-client

## Setup for development

Make sure you have `npm` and `bower` globally available, then run:

```sh
$ npm install
$ bower install
$ gulp
```

You need to have the server running for this project to work properly. You can grab the server at [rochdev/jwt-example-server](https://github.com/rochdev/jwt-example-client/edit/master/README.md)