https://github.com/artema/flash-warp-example
Usage example of the FlashWarp library.
https://github.com/artema/flash-warp-example
Last synced: 17 days ago
JSON representation
Usage example of the FlashWarp library.
- Host: GitHub
- URL: https://github.com/artema/flash-warp-example
- Owner: artema
- Created: 2014-03-28T21:31:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-30T12:09:40.000Z (about 11 years ago)
- Last Synced: 2023-03-22T22:36:15.734Z (about 2 years ago)
- Language: CSS
- Homepage: http://abashev.com/flashwarp-library/
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usage example of the [FlashWarp](https://github.com/artema/FlashWarp) library. See [this blog post](http://abashev.com/flashwarp-library/) for more details.
## Prerequisites
* [Node.js](http://nodejs.org/)
* [NPM](https://www.npmjs.org/)
* [Bower](http://bower.io/)
* [Grunt](http://gruntjs.com/)## Installation
npm install
bower install
grunt default
node index.jsNavigate to [http://localhost:8000](http://localhost:8000) to run the example web page.