We love front-end development.
Maintained by Guille Paz.
-
Import Web Components' polyfill:
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.1.4/platform.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.1.4/polymer.js"></script>
-
Import Custom Element:
<link rel="import" href="src/welove-frontend.html">
-
Start using it!
<welove-frontend></welove-frontend>
In order to run it locally you'll need a basic server setup.
-
Install NodeJS.
-
Install GruntJS:
$ [sudo] npm install -g grunt-cli
-
Install local dependencies:
$ npm install
-
Run a local server and open
http://localhost:8000
.$ grunt connect
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D