k4sud0n / news-viewer

News viewer made with react

Home Page:https://k4sud0n.github.io/news-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Viewer

News viewer made with react

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

node
yarn or npm

Installing

  1. Clone this repository

  2. Install server dependencies

    $ cd news-viewer
    $ yarn add

    or

    $ cd news-viewer
    $ npm install

Run the app

  1. Start the server
    $ cd news-viewer
    $ yarn start
    or
    $ cd news-viewer
    $ npm start
  2. Browse to http://localhost:3000/

About

News viewer made with react

https://k4sud0n.github.io/news-viewer/


Languages

Language:JavaScript 72.3%Language:SCSS 16.8%Language:HTML 8.7%Language:CSS 2.1%