Flight / github_task

Test task for Concrete Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repos for user Build Status

Small browser based application which uses GitHub's API to show the repositories for a given user or comparing the number of stars on the own repos for multiple users.

Quick start for developers

Project uses node + Gulp for fast developing.

To install node: https://nodejs.org/en/

Then open your favorite Terminal and run these commands.

$ npm install --global gulp-cli
$ npm install

To watch everything (js + scss):

$ gulp watch

To run code linting (js + scss):

$ gulp

To compile scss:

$ gulp scss

About

Test task for Concrete Platform


Languages

Language:CSS 91.2%Language:JavaScript 6.2%Language:HTML 2.6%