HackerNews clone site with react and graphql
In the server you run:
npm install
prisma deploy
follow up with demo server and configure prisma
prisma generate
npm start
Runs the graphql server playground
In the client you run:
npm install
npm start
Runs the app in the development mode. Open http://localhost:3000 to view client in the browser.