Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 726 Bytes

Github React Repo Search Project

GitHub last commit

Installing & Running

In order to run the server locally, you may need to first make sure Node >= 8.11.3, there shouldn't be any issues though.

Frameworks/Packages:

  • React
  • React Router
  • React Scripts

Install and Build

All scripts to run the project are from react-scripts

To get started, cd into the root directory and install it: cd gh-react-searcher && npm install

Once installed for the first time, to build for production: npm run build

Running the App

To launch the app: npm start

That's it! 👍