vigneshshettyin / React-News-App

React News Application Using News API

Home Page:https://www.loom.com/share/9416e0485fd34efc926f7ab15f2bee7a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React News App

This website is built using React, A JavaScript library for building user interfaces.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Create Docker Image & Run

$ docker build -t docker_id/app_name:latest .
$ docker run -p 80:80 docker_id/app_name

About

React News Application Using News API

https://www.loom.com/share/9416e0485fd34efc926f7ab15f2bee7a

License:MIT License


Languages

Language:JavaScript 80.2%Language:HTML 9.5%Language:CSS 7.2%Language:Dockerfile 2.2%Language:Shell 0.8%