Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 800 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 800 Bytes

CRAFTER ECOMMERCE

  • NOTICE :- You are not allowed to use the code for any pursonal or proffesional use/work.

This is an official repo of CRAFTER ecommerce website. This repository is managed with turbo repo. Crafter is an ecommerce website where users can buy products.

How to start the development server

Run the following command:

npm install --workspace=web ## install the dependencies first
npm install --workspace=@store/redux ## install the dependencies first
npm run dev ## run the development server

This Turborepo includes the following packages/apps:

Apps and Packages

  • admin: Admin panel of the ecommerce webiste
  • web: User/Client panel of the ecommerce website

Build

To build all apps and packages, run the following command:

npm run build