/timelog

Primary LanguageJavaScriptMIT LicenseMIT

React-Redux-Express Timelog

Project setup

Just a standard npm install.

Set environment variables:

  1. GITHUB_CLIENT_ID
  2. GITHUB_CLIENT_SECRET

For convenience you can also create an .env file in the root catalog of the project and place environment variables there - they will be loaded automatically into process.env.

Example:

GITHUB_CLIENT_ID=xxxxx
GITHUB_CLIENT_SECRET=xxxxx

Running project

npm start

Tests

npm test