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.
- Host: GitHub
- URL: https://github.com/amannn/meteor-polymer-template
- Owner: amannn
- Created: 2015-01-25T22:15:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-12T18:46:37.000Z (about 10 years ago)
- Last Synced: 2024-10-06T03:41:11.774Z (8 months ago)
- Language: HTML
- Size: 3.54 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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