Skip to content

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

Notifications You must be signed in to change notification settings

shinkeonkim/Basic-Shopping-Basket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.3%
  • HTML 8.2%
  • CSS 4.5%