Git Repository Spotlight
This project is the fruit of a 24 hour hackathon in Nottingham - thanks for taking a look around!
The project uses Express.JS and Vue.JS to create a small component to display repository information. At this time, the backend is hardcoded to use GitHub via their GraphQL API.
See below for a gif!
Alternatively, here's how to get up and running quickly.
- Grab a GitHub access token.
- Clone the repository & run the following - swapping out for your GitHub token.
# install dependencies
npm install
# generate the components & run the demo server - swap out for your token!
GITHUB_TOKEN=123321MYGITHUBTOKENSHOULDBERIGHTHERE567765 npm start
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.