Skip to content

reubano/gh-viewer

Repository files navigation

GH Viewer

This is an HTML5 single page application, built with Brunch and Chaplin.

Installation

Clone this repo

git clone https://github.com/reubano/gh-viewer.git

Getting started

Setup (if you don't have them):

Node.js (on OS X)

sudo port install node

or

brew install node

Brunch

npm install -g brunch

Bower

npm install -g bower

CoffeeScript

npm install -g coffee-script

Development versions

$ node --version
v4.4.5
$ npm --version
5.0.3
$ brunch --version
2.10.9
$ bower --version
1.8.0
$ coffee --version
CoffeeScript version 1.12.6

Running

Install both node and bower dependencies

npm install

Watch the project with continuous rebuild (this will also launch HTTP server with pushState)

brunch watch --server

Other commands

Watch the project with continuous rebuild, but don't serve it

brunch watch

Build minified assets

brunch build --production

Launch a production express server

coffee server.cofee

License

GH Viewer is distributed under the MIT License

About

Web app that displays information about github users and their followers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published