Skip to content

Ko-Apps/Hackernews-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hackernews Clone Client and API

HackerNews clone site with react and graphql

Start the web app

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.