/rmjs

ReachMail POC

Primary LanguageJavaScript

RMJS

An exercise using the ReachMail API

Instructions

  1. clone the repo
git clone https://github.com/tiberius-s/rmjs.git
  1. cd into the cloned directory
cd rmjs
  1. in the docker-compose.yml file, replace {{ADD TOKEN HERE!!!}} with a valid token.
  2. run the following command
docker-compose up -d
  1. open browser to localhost:3000
  2. to tear it down
docker-compose down

Run docker exec -ti rmjs-api sh to look at the stdout.

if you prefer a dev environment with live reload:

  1. cd into each, site and server, and run npm install
  2. add the same token to the docker-compose.dev.yml: docker-compose -f docker-compose.dev.yml up -d