Skip to content

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

License

Notifications You must be signed in to change notification settings

ewliang/HackerNews-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.