hiltontj / tylermcginnis-github-battle

My tylermcginnis.com Github Battle React application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tyler McGinnis's React Course

This is the working repo that I am using for the React course from tylermcginnis.com. This repo contains a working React project; namely, the "Github Battle" project that one builds by taking the course.

React Hooks!

I have completed refactoring this project to make use of React Hooks and merged the changes into master.

Setup

You will need to create a new GitHub OAuth app, and create your app-config.json file in the root project folder. There is a template for app-config.json provided in this repo. The actual config file is ignored by git.

Launching Application

You can run a webpack-dev-server using:

npm run start

To build for production, do:

npm run build

Note: if on windows, use:

npm run build-for-windows

About

My tylermcginnis.com Github Battle React application.


Languages

Language:JavaScript 85.3%Language:CSS 13.7%Language:HTML 1.0%