Skip to content

kylehill/codesample-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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