/XRPL-Marketplace-React

This is the marketplace that is developed using react, mui and redux. It is the good example of xrpl project, I think

Primary LanguageJavaScriptMIT LicenseMIT

Moerphous

Typing Netlify Status Demo on Netlify

Running locally with NPM

  • Fork/Clone the repo:
git clone git@github.com:moerphous/moerphous.git
  • Open the newly created directory:
cd moerphous
  • Install the required dependencies:
npm install

In order to run the project locally or build for production use, you need to set the following environment variable to connect with the server:

export REACT_APP_SERVER_URL=http://localhost:8000/api/v1
  • Now, you can run the client:
npm start

Navigate to http://localhost:3000 to explore the landing page.

Deployment

To deploy the client, you will need to set the following environment variable that help the client connects with the server.

* REACT_APP_SERVER_URL - Your deployed server APIs url.

Core Libraries

  • Create React App

  • React

  • React Router 6

  • Material UI

  • Redux

Deployment

Deploy on Netlify

Deploy on Heroku

Deploy locally with Compose v2

Navigate to the server repository and follow the instructions listed in this section to run both the client and the server in docker containers.

License

This project and the accompanying materials are made available under the terms and conditions of the MIT LICENSE.