Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 945 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 945 Bytes

twitch-data-client

This is the client side application for TTV Stats. It is based on AngularJS and communicates with various APIs to gather the displayed data.

other twitchdata repositories

Browser compatibility

Support is planned for all common, modern browsers and screen sizes. Browser compatibility is tested via Browserstack.

Development

Steps to run this project in a local dev environment

  1. npm install

installs development dependencies

  1. bower install

installs client dependencies

  1. npm install -g gulp

needed to run the automated tasks

  1. gulp dev

runs tests, builds the project and start a webserver to serve the current build with livereload