robreczarek / hn-client

Building a dark-theme Hacker News client in React + Redux

Home Page:https://robreczarek.github.io/hn-client/public/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker News Client

A dark-theme Hacker News client in React + Redux using Google's Material Design

How to install?

In order to install the app, you must first grab the code from the repository. Make sure you start out Once you switch to

$ cd ~/
$ git clone https://github.com/robreczarek/hn-client.git && cd hn-client
$ npm install

How to run?

Make sure you are in the folder where the code was downloaded to before proceeding.

npm start

Once the script is ready, point your browser to http://localhost:3000/

How to test?

Just fire off the following command:

npm test

About

Building a dark-theme Hacker News client in React + Redux

https://robreczarek.github.io/hn-client/public/

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.4%Language:HTML 1.6%