Skip to content

An e-commerce site build with React, Apollo Client, GraphQL Yoga and Prisma

Notifications You must be signed in to change notification settings

dtoakley/sick-fits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sick Fits - An e-commerce site

This is application was built with React, Apollo Client, GraphQL Yoga and Prisma as part of the Advanced React & GraphQL Training Course by Wes Bos

You can see a demo of the application here

To run locally

$ cd path/to/sick-fits/frontend
$ npm install
$ npm run dev

Open new terminal window

$ cd path/to/sick-fits/backend
$ npm install
$ npm run dev

Then open your browser of choice at http://localhost:7777

To Run tests

$ cd path/to/sick-fits/frontend
$ npm run test

About

An e-commerce site build with React, Apollo Client, GraphQL Yoga and Prisma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published