Skip to content

nexmo-community/client-sdk-marketplace-use-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client SDK - Digital Marketplace

This use case demonstrates to build your own digital marketplace application using React, Node and Express. The full write up can be found on the Nexmo Developer website.

Running locally

  1. Clone this repo
git clone https://github.com/nexmo-community/client-sdk-marketplace-use-case.git
  1. Change into the directory
cd client-sdk-marketplace-use-case
  1. Install dependencies
npm install
  1. Configure your app

Copy the .env.example file to a new .env file.

cp .env.example > .env

Fill in the environment variables. For more information, read the use case.

  1. Run the application
npm start

Visit http://localhost:3000/ in your browser.