Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 667 Bytes

File metadata and controls

27 lines (19 loc) · 667 Bytes

Workshop 12 - Setup

1. Installation

Please make sure you have the following programs installed:

To install node:

  • under fedora: sudo dnf install nodejs.
  • under ubuntu: sudo apt install nodejs npm.

To install yarn: npm install --global yarn

To install prisma:

npm install --global prisma

2. Project

Just create a new directory workshop-gql-react.

Go back to the exercise