facuchaves / react

0 stars 0 forks source link

React Js (WEB)

Browsers support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Samsung
Samsung
Opera
Opera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

Demo

Home Screenshot

Content:

Getting Started

Prerequisites

You must to have installed node and yarn

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages
    yarn
  3. Get token from github.
  4. Add your token in the .env file
    REACT_APP_GRAPHQL_URL=https://api.github.com/graphql
    REACT_APP_GITHUB_TOKEN=[YOUR_TOKEN]

(back to top)

Usage

The default port it's 8080, and the main page it's at http://localhost:8080/entities

(back to top)