Skip to content

PublicisSapient/retailsustainability-pem-storefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P-Exchange-Marketplace-UI

License

This is the mono-repo for the P2P-Marketplace UI created using Nx.

Table of Contents

Requirements

  • React >= 18.0.0
  • @nrwl/react >= 15.9.2
  • Nx >= 15.8.1
  • Typescript >= 4.9.5
  • Material-UI >= 5.12.1
  • @nrwl/jest >= 15.9.2

Tools and Technologies

Installation

  1. Clone the repository:

    git clone https://github.com/PublicisSapient/retailsustainability-pem-storefront.git
  2. Change the current working directory to the repository:

    cd storefront
  3. Install the dependencies:

    npm install or yarn install

Usage

  1. To start the application in development mode, use the following command:

    nx serve shell --devRemotes=product-detail,product-list,home
  2. To start the application in production mode, use the following command:

    nx run shell:serve --configuration=production
  3. To test the application:

    nx run shell:test

Contributions

Contributions to the P2P-Marketplace-UI are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/my-new-feature.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/my-new-feature.
  5. Submit a pull request.

License

The P2P-Marketplace-UI is open-source and available under the MIT License.

Feel free to modify and adapt the code to suit your needs.