Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 258 Bytes

Recipe

Recipe Website

Deploy Instructions

  1. Deploy development API, npm run dev
  2. Generate graphql schemas in Client, npm run generate
  3. End development API, start production API, sudo npm run prod
  4. Build Client endpoint, npm run build