Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 345 Bytes

File metadata and controls

28 lines (24 loc) · 345 Bytes

ReactJS GraphQL tutorial

A simple application build with React and Apollo client

Stack

  • React
  • Apollo client
  • Tailwind
  • ExpressJS
  • Apollo server

How to use

Backend

cd backend
npm install
npm start

Frontend

cd frontend
npm install
npm start
open localhost:3000

Developer

David Tran - david@jslancer.com