Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordofthejars/jwt-jz
https://github.com/lordofthejars/jwt-jz
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lordofthejars/jwt-jz
- Owner: lordofthejars
- Created: 2015-09-07T14:07:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T09:57:39.000Z (about 9 years ago)
- Last Synced: 2023-03-22T22:08:08.660Z (over 1 year ago)
- Language: HTML
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)
## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```