https://github.com/ryanseddon/css_magic-talk
Performant UIs using CSS magic
https://github.com/ryanseddon/css_magic-talk
Last synced: about 2 months ago
JSON representation
Performant UIs using CSS magic
- Host: GitHub
- URL: https://github.com/ryanseddon/css_magic-talk
- Owner: ryanseddon
- Created: 2014-11-19T04:00:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-19T06:04:08.000Z (over 10 years ago)
- Last Synced: 2025-03-25T01:08:02.584Z (2 months ago)
- Language: JavaScript
- Homepage: http://ryanseddon.github.io/css_magic-talk/
- Size: 613 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performant UIs using CSS magic
> 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
```