An open API service indexing awesome lists of open source software.

https://github.com/gadicc/fview-quickstart

Fresh meteor project using quickstart instructions from famous-views
https://github.com/gadicc/fview-quickstart

Last synced: about 1 year ago
JSON representation

Fresh meteor project using quickstart instructions from famous-views

Awesome Lists containing this project

README

          

# famous-views Quick Start

This is just a fresh Meteor project implementing the
instructions from http://famous-views.meteor.com/start.

```bash
# If you need Meteor
$ curl https://install.meteor.com/ | sh

# Download the QuickStart
$ git clone https://github.com/gadicc/fview-quickstart
$ cd fview-quickstart
$ meteor
```

Instead of `git clone` you can also just **download** the latest release (in .zip or .tar.gz) from [here](https://github.com/gadicc/fview-quickstart/releases).

## What's in the box?

* templates for javascript, coffeescript, html & jade
* iron-router and demo layout with transitions
* mjn:famous and gadicohen:famous-views