I am building this project as part of the How To GraphQL tutorial React & Apollo Tutorial
git clone https://github.com/maffsojah/hackernews-clone/cd hackernews-clone
yarn installTo install the Prisma CLI globally with Yarn, use the following command:
yarn global add prismaAlso, run the following commands:
cd react-apollo/server
yarn install
prisma deployThen, follow these steps in the interactive CLI wizard:
- Select Demo server
- Authenticate with Prisma Cloud in your browser (if necessary)
- Back in your terminal, confirm all suggested values
To start the server, all you need to do is execute the start script by running the following command inside the server directory:
yarn startNote: If you want to interact with the GraphQL API of the server, you can navigate to http://localhost:4000.
yarn startYou can now open your browser and use the app on http://localhost:3000