Skip to content

Lorneyq/mineshop-client

Repository files navigation

Mineshop

Mineshop - Online Store

The client part of the Mineshop online store. A project with extensive functionality, database, products that can be added to cart or favorites, authorization - the store is as close as possible in complexity to the commercial version, the details are thought out.

Stack used

» Next.js (Language: TypeScript)
» Sass / SCSS
» Libraries: tailwind, swiper, axios, effector, query-string, next-nprogress-bar, lottie-web

Project launch

  1. First things first, go to the server side, and start it up.
  2. Clone the project via git
git clone https://github.com/Lorneyq/mineshop-client.git
  1. Once fully cloned, run the installation of all dependencies
yarn install
  1. After that, create an .env file, and write there the address of the server part that was running earlier.
NEXT_PUBLIC_SERVER_URL=YOUR_SERVER
  1. Run the client part in developer mode.
yarn dev

That's it, the whole project is up and running. Congratulations!🎉🥳

See this project🎮

👉Live demo

Mineshop demo

About

Client part of the online store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published