Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 741 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 741 Bytes

Chrn

React Reddit/Hacker News clone that combines top posts from both.

linkedin | github | keithil.contact@gmail.com

Usage

npm scripts can be found in /package.json in the scripts node

  1. Run npm install from root to install npm modules
  2. Run npm run-script build to build the project
  3. Run npm run-script start to run a local dev server to view project
  4. Run npm run-script deploy to deploy to github pages