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

https://github.com/amannn/meteor-polymer-template

A template for using Meteor with a Polymer frontend.
https://github.com/amannn/meteor-polymer-template

Last synced: 3 months ago
JSON representation

A template for using Meteor with a Polymer frontend.

Awesome Lists containing this project

README

        

# Meteor Polymer Template
With SASS.

## Installation
1. `cd .gulp`
2. `npm install`

## Run
1. `cd .gulp`
2. `gulp serve`
3. Open new terminal tab
4. `cd ..`
5. `meteor`

The gulp task is necessary for compiling the SASS code for the components.

## Deploy
Set the deploy url in `deploy.sh` and then use `./deploy.sh`

## Todo
- Remove jQuery, Blaze and other template libraries from Meteor