Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 414 Bytes

File metadata and controls

18 lines (14 loc) · 414 Bytes

Basic-Shopping-Basket

Basic shopping basket(cart) web application using React.js and GraphQL + Apollo for tutorial

You can run the server using the following commands:

cd ./server/src
node ./index.js

You can run the web using the following commands:

cd ./web
npm start

You should run the server first, and then run the web.

Then, you will be able to see the web page on http://localhost:3000/