Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 490 Bytes

Sample Nodejs App

Setup

Requirements:

  • a compatible version of node (current LTS)
  • copy .env-sample file in this directory to .env and replace all the values with your Brightcove and AWS credentials

Next install the node dependencies:

npm install

Run

npm start

Navigate to localhost:3000 to see Brightcove Evaporate in action.