Next.JS frontend for Quise - an e-commerce platform enabling one to browse & purchase products.
It also supports logging in to add new products to the catalog.
- Next.JS
- GraphQL
- Apollo
- TypeScript
- Immer
- Stripe (payments)
- Start the server.
- Copy
.env.exampleto.envand customize as needed. The default values will work. - Start the client:
yarn dev
