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
- Host: GitHub
- URL: https://github.com/rochdev/jwt-example-client
- Owner: rochdev
- Created: 2016-04-19T21:25:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T12:21:19.000Z (about 9 years ago)
- Last Synced: 2025-01-01T07:44:50.477Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)