NirajD10 / pureplantparadise

An E-commerce indoor plant selling site using MERN Stack
https://pureplantparadise.netlify.app/
5 stars 0 forks source link

Initial project setup #3

Closed KrystianOg closed 3 months ago

KrystianOg commented 6 months ago
  1. Create a pnpm workspace the pnpm-workspace file should like this

    # pnpm-workspace.yaml
    packages:
    # executable/launchable applications
    - 'apps/*'
    # all packages in subdirs of packages/ and components/
    - 'packages/*'

    for now packages directtory will be empty, you may want to create the directory now for later use, by default git won't track it, to avoid this create empty .gitkeep file inside packages directory

  2. initialize projects

NirajD10 commented 6 months ago

The setup is finished.

NirajD10 commented 3 months ago

Wrong placed fronted and backend folder on package. So I will update to these folder to apps.

NirajD10 commented 3 months ago

I did finalized changes.