Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 597 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 597 Bytes

SHJP Web Application

This is the web application project for SHJP. It is mainly intended for admin usage.

Getting started

  1. Clone this repo and run npm install
  2. Create a file named .env.local in the project root and fill out the following env variables:
    • REACT_APP_API_URL: The URL for the GraphQL API Gateway. If you want to use the dev API server, please ask @sanggonlee or create an issue in this repo asking for its access.
  3. Run npm start and open up your browser. You will the app running on localhost:3000.