Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 352 Bytes

This application comprises a code sample for a potential employer.

If you want to run it yourself, you should do the following after you clone it down:

  1. npm install
  2. Create a file called env.json in the src/components/App folder with the following content:
{
  "ghToken": "some access token you create on GitHub"
}
  1. npm start