/HackerNews-Clone

Just another HackerNews clone using React.js library for learning and practicing using React.js.

Primary LanguageJavaScriptMIT LicenseMIT

HackerNews Clone

Just another HackerNews clone using React.js library for learning and practicing using React.js.

DEMO: https://hackernewsreactclone.herokuapp.com

Table of Contents

Setup and Requirements

Requirements

  • HTML5
  • CSS3
  • JavaScript (preferably ES6)
  • React.js
  • NPM

Setup

  1. Install Node.js and NPM to your computer.
  2. Clone the repository and extract the files if needed from https://github.com/ewliang/HackerNews-Clone
  3. Open your CMD command prompt, navigate to the root directory where the package.json file is located, and run the command 'npm install'
  4. From here, if you want to run the site for development purposes, in your CMD, type 'npm start'. If you want to release for production, run 'npm run build'.

Author

Eric Liang

License

This project is protected by the MIT license. Full details are listed in the LICENSE file.