Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/polymer-ts-scratch
scratch area for figuring out polymer-ts usage
https://github.com/fluffynuts/polymer-ts-scratch
Last synced: 20 days ago
JSON representation
scratch area for figuring out polymer-ts usage
- Host: GitHub
- URL: https://github.com/fluffynuts/polymer-ts-scratch
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2017-02-19T18:49:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T07:16:37.000Z (over 3 years ago)
- Last Synced: 2024-11-17T05:56:24.893Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scratch area for polymer-ts
Getting started
---------------
The following steps assume you have NodeJS installed.- Clone Repo
- npm install -g bower gulp
- npm install
- cd ./src
- bower install
- cd ..
- gulp testIf you get a clean test run then celebrate because you are now ready to scratch! Type "gulp" to get a handy list of all the other stuff at your disposal.