Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 842 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 842 Bytes

GithubApi kottans client

Build Status

First of all, thank you for this interesting task and your time !

You can check out result here:

Please note: CI is pushing built app to github, but i decided to host my app on surge.sh because its simpler and better.

Features:

  • smaller 14 kb gzip
  • https
  • preact
  • CI/CD

To build:

	npm i
	npm run build

To start dev server:

	npm run dev