An open API service indexing awesome lists of open source software.

https://github.com/ewliang/hackernews-clone

Just another HackerNews clone using React.js library for learning and practicing using React.js.
https://github.com/ewliang/hackernews-clone

clone css3 es6 hackernews hackernews-api hackernews-clone html5 javascript reactjs reactjs-es6

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

DEMO: [https://hackernewsreactclone.herokuapp.com](https://hackernewsreactclone.herokuapp.com)

# Table of Contents
- [Setup and Requirements](#setup-and-requirements)
+ [Requirements](#requirements)
+ [Setup](#setup)
- [Author](#author)
- [License](#license)

# 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](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
- Website [https://www.eric-liang.com](https://www.eric-liang.com)
- Github [https://www.github.com/ewliang](https://www.github.com/ewliang)

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