https://github.com/thormeier/rapid-proto
https://github.com/thormeier/rapid-proto
grunt nodejs prototype
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thormeier/rapid-proto
- Owner: thormeier
- License: mit
- Created: 2016-12-29T18:33:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T16:01:21.000Z (over 9 years ago)
- Last Synced: 2025-02-14T11:03:04.972Z (over 1 year ago)
- Topics: grunt, nodejs, prototype
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RapidProto
=
A small application stack that helps developing prototypes with a click hint (indicating where the user may click
to continue the user journey), a functionality to add notes to pages (indicated through highlight of a node and showing
the note on click) SASS and Handlebars support. Built on top of grunt because it does the job and I learned quite a bit
from it. (The grunt tasks are far from optimal, though).
The grunt tasks are livereloading every change that is made to any prototype specific file, including all files in
`assets/`, `sass/` and `pages/`. Assets are synced on create and delete and also trigger a live reload to add images
and JS files fast without having to fiddle much.
This prototype stack uses [Kanbasu](http://kanbasu.liip.ch/) as a CSS framework and
[animate.css](https://daneden.github.io/animate.css/) for click hint animations.
Usage
-
Clone this repository (or fork and clone it) and execute the following:
npm install
grunt
Grunt will then start the webserver on Port **8801** and will start live reloading. Alter the files in `pages/` or
`sass/` and start building your prototype.