Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 340 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 340 Bytes

graphql-todo

ToDo web application created using React and Node Frameworks. Apollo GraphQL Server used in backend

For Running

Clone Repository

Navigate to todo-app

Run npm install

Start Parcel server with npm run dev

Navigate to todo-api

Run npm install

Start node server with npm start

All SET