Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 304 Bytes

File metadata and controls

30 lines (17 loc) · 304 Bytes

GeoRGA Client React

Install

npm install

Run

Production: npm run build && npm run start

Development: npm run dev

xdg-open http://localhost:3000

GraphQL Types

npm run compile

Upgrade

  1. list outdated versions

    npm outdated

  2. update pinnings

  3. update packages

    npm update