View github stars / forks in real-time
Webpack module bundler and Semantic UI components
Golang 👍
Server-Sent Events sending event streams for clients
Make sure you have Golang and NodeJS installed
Clone the repo:
git clone https://github.com/theaidem/githubble
cd githubble/backend
go get -v .Generate your personal access token from Github, then Build and run githubble server:
<github_access_token> is Your Personal access token from Github
Copy environment file
cp .env.example .envand paste your token(s) in this file:
GITHUB_TOKENS = <github_access_token>
and run the commands:
make build && make runFrom another terminal window:
cd path/to/githubble/frontendInstall dependencies and run:
npm i
npm start
open localhost:3001