Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 603 Bytes

Readme.md

File metadata and controls

34 lines (24 loc) · 603 Bytes

Github Favourites

A ReactJs app to search Github repositories and add favorite.

Installation

Requirements

  • Node
  • Yarn

$ yarn install

Build

$ yarn build # make a development build

$ yarn prod # for a prod build

Start Server

$ yarn start

Folder Structure

.
├── dist                    # Compiled files
├── server                  # Node Js app server
├── src                     # Source files (alternatively `lib` or `app`)
├── package.json            
├── webpoack.config.json
└── README.md