Install & run React app:
$> cd react-ui
$> npm install
$> npm start
Install & run API server:
$> npm install
$> npm start
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.
Create a .env file in the root of the project with the following content:
MJ_APIKEY_PUBLIC=<api_key_public>
MJ_APIKEY_PRIVATE=<api_key_private>
and replace the placeholders with actual values from a MAILJET account.