Skip to content

kiranlm/git-repo-list

Repository files navigation

Github repository list

CircleCI MIT License Dev Deps GitHub release (latest by date)

TypeScript React VS Code

Description

A sample app for listing a user's git repos, created using React.js, webpack5 and typescript.

Usage

Install
## clone the repo
git clone https://github.com/kiranlm/git-repo-list.git

## go to the directory
cd git-repo-list

### Available commands to run:

## install
npm install

## Run locally
npm run dev

## Production build
npm run build

## Serve production build
npm start

## Lint
npm run lint

## Run tests
npm run test

Deployment

Included continuous deployment with CircleCI and Heroku

Lighthouse score

Improved lighthouse score in localhost, see the screenshot below:

Lighthouse score

Made with ❤️ by kiranlm