This is the web application that consumes the git-commit-history-api
to show the commit history of 2 repository, git-commit-history-api
and git-commit-history-site
.
This project is intended to run only in local environment.
To run this project it is REQUIRED to have running the git-commit-history-api
. Please refer to the README to run it.
- NodeJS and NPM are required.
$ npm install
# development
$ npm run start
Website will be running on http://localhost:3000
# unit tests
$ npm run test
This web app was created using the Create React App
.