Skip to content

temporalix/polytogl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<polytog>

polymer toggl client

Install Node

First, make sure you have the Node installed.

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Setup

  1. install node modules with
$ npm install
  1. navigate to client folder and install bower components with
$ bower install
  1. add your toggl token
$ change #toggltoken# to your token located in your toggl settings
  1. run the http server, after which you can polymer serve to view the application
$ npm run start

Viewing Your Application

$ polymer serve

Building Your Application

$ polymer build

This will create builds of your application in the build/ directory, optimized to be served in production. You can then serve the built versions by giving polymer serve a folder to serve from:

$ polymer serve build/default

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

Releases

No releases published

Packages

No packages published