Skip to content

leovoon/react-fc-storefront

Repository files navigation

React Storefront

A basic SPA storefront based on Vite, react functional components, react-router v6 and TailwindCSS. Graphql API is consumed by using RTK query and the state is managed by the redux toolkit.

Live Demo

Check out react-cc-storefront if you like class components.

Run Locally

Clone the project

  git clone https://github.com/leovoon/react-fc-storefront.git

Go to the project directory

  cd react-fc-storefront

Install dependencies

  yarn

Start the server

  yarn run dev

Authors

Acknowledgments